From c482407003e1fd3bd102bf508ac619f80d5392fe Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 3 Sep 2016 22:03:43 +0100 Subject: profiles: Drop python3_3 since it is now masked --- profiles/enlightenment/build/build-dependencies/make.defaults | 7 +++++-- profiles/server/package.use | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/profiles/enlightenment/build/build-dependencies/make.defaults b/profiles/enlightenment/build/build-dependencies/make.defaults index cde4673f..1ad00ce4 100644 --- a/profiles/enlightenment/build/build-dependencies/make.defaults +++ b/profiles/enlightenment/build/build-dependencies/make.defaults @@ -61,10 +61,13 @@ USE="${USE} expat xml" # 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_3 python3_4 python3_5" +PYTHON_TARGETS="python2_7 python3_4 python3_5" USE="${USE} + -python_targets_jython2_7 + -python_targets_pypy + -python_targets_pypy3 python_targets_python2_7 - python_targets_python3_3 + -python_targets_python3_3 python_targets_python3_4 python_targets_python3_5" diff --git a/profiles/server/package.use b/profiles/server/package.use index 6aa7fbe1..c2ec8b60 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_3 -python_targets_python3_4 +app-admin/webapp-config -python_targets_python3_4 # 18/11/2013 - beber # Disable snmp tools -- cgit v1.2.3