diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-03-26 08:14:04 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-03-26 08:15:14 +0100 |
commit | af0143949dc72e2e6df43fc098fd4855661d0583 (patch) | |
tree | d3840810d81b2982a75447cc6f6947a0fcf7a53d /profiles/prefix | |
parent | net-misc/youtube-dl: Old (diff) | |
download | gentoo-af0143949dc72e2e6df43fc098fd4855661d0583.tar.gz gentoo-af0143949dc72e2e6df43fc098fd4855661d0583.tar.bz2 gentoo-af0143949dc72e2e6df43fc098fd4855661d0583.zip |
profiles/prefix/make.defaults: drop RUBY_TARGETS
ruby22 and ruby23 aren't in base anymore either, so our override isn't
necessary any more
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/make.defaults | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index ac1d126eb4f5..1b8aa47aaa58 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -14,6 +14,3 @@ USE="readline zlib ncurses ssl" # NOTE: Both are incremental variables: Need to drop obsolete base values. PYTHON_TARGETS="-python2_7 python3_6" PYTHON_SINGLE_TARGET="python3_6" - -# Move away from ruby22 fast forward to ruby24, we don't have ruby23 -RUBY_TARGETS="ruby24" |