diff options
-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 |