summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-11-06 22:58:01 +0100
committerMichał Górny <mgorny@gentoo.org>2015-11-11 11:22:36 +0100
commitbc3dd58ee3a2581ac1a2f9f36ec94929f5ac2a6a (patch)
tree05a7fc666b659bf185ebc155713c55b2d8e3bad0 /profiles
parent04e5898847f506eef4e6d0c58ce21710e2671cee (diff)
downloadgentoo-bc3dd58ee3a2581ac1a2f9f36ec94929f5ac2a6a.tar.gz
gentoo-bc3dd58ee3a2581ac1a2f9f36ec94929f5ac2a6a.tar.xz
dev-lang/python: Re-enable ABIFLAGS on python3.3+
Disable the ABIFLAGS removal that was introduced on python3.2+ for 'aesthetic reasons'. This caused Gentoo Python installations to unnecessarily diverge from upstream and promote bad development practices.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/package.mask9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index cef16074eb1..f50214bbd7f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,15 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (11 Nov 2015)
+# Cleaned up Python versions masked for testing:
+# - ABIFLAGS reintroduced for 3.3+.
+# Resulting API/ABI change can break reverse dependencies, especially
+# if upstream hardcodes paths or library names.
+=dev-lang/python-3.3.5-r3
+=dev-lang/python-3.4.3-r3
+=dev-lang/python-3.5.0-r2
+
# Justin Lecher <jlec@gentoo.org> (10 Nov 2015)
# Vulnerable package CVE-2014-{1932,1933}
# Bug: 507982