diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-07-30 16:02:55 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-07-30 16:02:55 +0100 |
commit | 5ae6203dfa04b03829674f8bad69a5ee1363a61d (patch) | |
tree | 8c09228c65cecbb968f021f7bc540c1e827b1d58 | |
parent | profiles/enlightenment/build: Add support for python3_7 (diff) | |
download | portage-5ae6203dfa04b03829674f8bad69a5ee1363a61d.tar.xz |
profiles: Disable new python for some package
-rw-r--r-- | profiles/enlightenment/package.use | 2 | ||||
-rw-r--r-- | profiles/server/package.use | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/enlightenment/package.use b/profiles/enlightenment/package.use index f591cd77..ffb1f4a1 100644 --- a/profiles/enlightenment/package.use +++ b/profiles/enlightenment/package.use @@ -22,7 +22,7 @@ www-apps/phabricator extension-sprint # 03/11/2016 - beber # extra.e.org is python3 only -www-apache/mod_wsgi -python_single_target_python2_7 python_single_target_python3_5 +www-apache/mod_wsgi -python_single_target_python2_7 python_single_target_python3_6 # 14/08/2017 - beber # Needed by www-apps/phabricator diff --git a/profiles/server/package.use b/profiles/server/package.use index 1f5bcd96..e4340796 100644 --- a/profiles/server/package.use +++ b/profiles/server/package.use @@ -24,6 +24,8 @@ www-servers/nginx -ssl -http-cache pcre-jit threads # Install fail with dev-lang/python:3.+, bug #481298 app-admin/webapp-config -python_targets_python3_4 app-admin/webapp-config -python_targets_python3_5 +app-admin/webapp-config -python_targets_python3_6 +app-admin/webapp-config -python_targets_python3_7 # 18/11/2013 - beber # Disable snmp tools |