diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 22:03:43 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 22:33:04 +0100 |
commit | c482407003e1fd3bd102bf508ac619f80d5392fe (patch) | |
tree | 4235d473ea55e5673821f5de013119227566e0f1 | |
parent | x11-themes/terminology-pikalogy: Move to EAPI 6 (diff) | |
download | portage-c482407003e1fd3bd102bf508ac619f80d5392fe.tar.xz |
profiles: Drop python3_3 since it is now masked
-rw-r--r-- | profiles/enlightenment/build/build-dependencies/make.defaults | 7 | ||||
-rw-r--r-- | 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 |