diff options
author | David Seifert <soap@gentoo.org> | 2019-12-30 01:48:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:58:53 +0100 |
commit | e636f5a60842cf91e4a6435667dbc70689e7a231 (patch) | |
tree | e45781108c12be7ac5d6cf69957cb9b4ac8b2c19 /profiles/prefix | |
parent | python-utils-r1.eclass: Remove PYTHON_TARGETS="jython2_7" (diff) | |
download | gentoo-e636f5a60842cf91e4a6435667dbc70689e7a231.tar.gz gentoo-e636f5a60842cf91e4a6435667dbc70689e7a231.tar.bz2 gentoo-e636f5a60842cf91e4a6435667dbc70689e7a231.zip |
profiles: Remove dead PYTHON_TARGETS
Signed-off-by: David Seifert <soap@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14164
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/windows/cygwin/use.mask | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index 6346ec770537..68ccdc24bdc8 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -21,9 +21,5 @@ kernel_linux # coreutils on darwin. acl -# Prefix removed python3_5 from PYTHON_TARGETS and PYTHON_SINGLE_TARGET -python_targets_python3_5 -python_single_target_python3_5 - # Similar for Ruby 2.3 ruby_targets_ruby23 diff --git a/profiles/prefix/windows/cygwin/use.mask b/profiles/prefix/windows/cygwin/use.mask index 392ef405f2e6..051c6484f403 100644 --- a/profiles/prefix/windows/cygwin/use.mask +++ b/profiles/prefix/windows/cygwin/use.mask @@ -5,5 +5,4 @@ -elibc_Cygwin # we do have only python-3.6 ready on cygwin -python_targets_python3_5 python_targets_python3_7 |