From 4737b29a25e45a76776a86add7dc97bbbf08840a Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 16 Sep 2014 13:56:52 +0200 Subject: profiles: Drop python3_2 since : From /usr/portage/profiles/base/use.mask # Micha<82> Grny (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 --- profiles/enlightenment/build/make.defaults | 3 +-- 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 -- cgit v1.2.3