diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-09-16 13:56:52 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-09-16 13:56:52 +0200 |
commit | 4737b29a25e45a76776a86add7dc97bbbf08840a (patch) | |
tree | ce17ce8f4ff254c53db70f8b826b16b23546c438 | |
parent | dev-util/jenkins-bin: Version bump (diff) | |
download | portage-4737b29a25e45a76776a86add7dc97bbbf08840a.tar.xz |
profiles: Drop python3_2 since :
From /usr/portage/profiles/base/use.mask
# Micha<C5><82> G<C3><B3>rny <mgorny@gentoo.org> (06 Sep 2014)
# (on behalf of Python team)
# Python 3.2 is no longer supported upstream and there are no new
# releases planned. Packages are removing support for it in favor
# of 3.3 and 3.4. The support for implementations will be disabled
# in 30 days.
python_targets_python3_2
python_single_target_python3_2
-rw-r--r-- | profiles/enlightenment/build/make.defaults | 3 | ||||
-rw-r--r-- | profiles/server/package.use | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults index 8bc0d3fb..46b24de1 100644 --- a/profiles/enlightenment/build/make.defaults +++ b/profiles/enlightenment/build/make.defaults @@ -109,10 +109,9 @@ RUBY_TARGETS="ruby19 ruby20 ruby21" # Setting PYTHON_TARGETS is non functional, need to expand manually # First disable all of them, set enable needed one # W=python_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/${W}.desc | sort -PYTHON_TARGETS="python2_7 python3_2 python3_3 python3_4" +PYTHON_TARGETS="python2_7 python3_3 python3_4" USE="${USE} python_targets_python2_7 - python_targets_python3_2 python_targets_python3_3 python_targets_python3_4" diff --git a/profiles/server/package.use b/profiles/server/package.use index 953774a8..bf472b83 100644 --- a/profiles/server/package.use +++ b/profiles/server/package.use @@ -21,7 +21,7 @@ www-servers/nginx -ssl pcre-jit # 14/09/2013 - beber # Install fail with dev-lang/python:3.+, bug #481298 -app-admin/webapp-config -python_targets_python3_2 -python_targets_python3_3 +app-admin/webapp-config -python_targets_python3_3 # 18/11/2013 - beber # Disable snmp tools |