diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-09 20:23:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-09 21:41:16 +0100 |
commit | da3b3d5f590cec0df88cff6734955a5ccb6e31c5 (patch) | |
tree | 66e02221d2645f2d98317ba060f4888f46fb6ac5 /profiles/base | |
parent | python-utils-r1.eclass tests: Fix to ensure PYTHON for python_export (diff) | |
download | gentoo-da3b3d5f590cec0df88cff6734955a5ccb6e31c5.tar.gz gentoo-da3b3d5f590cec0df88cff6734955a5ccb6e31c5.tar.bz2 gentoo-da3b3d5f590cec0df88cff6734955a5ccb6e31c5.zip |
profiles: Remove jython2_5 flags
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.force | 2 | ||||
-rw-r--r-- | profiles/base/use.mask | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 14abfe82eacc..9c3f46f16a43 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -34,7 +34,7 @@ app-shells/bash:0 readline # Michał Górny <mgorny@gentoo.org> (14 Oct 2012) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-lang/python-exec python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3 +dev-lang/python-exec python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3 # Zac Medico <zmedico@gentoo.org> (20 Oct 2010) # Force ipc USE flag since it should remain enabled unless diff --git a/profiles/base/use.mask b/profiles/base/use.mask index af98fa022b42..a7a4a072c8f3 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -331,10 +331,8 @@ dxr3 # Ralph Sennhauser <sera@gentoo.org> (31 Jul 2012) # Unmask in arch specific profiles when jython implementaton is available. -python_targets_jython2_5 python_targets_jython2_7 python_targets_jython3_1 -python_single_target_jython2_5 python_single_target_jython2_7 python_single_target_jython3_1 |