summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-22 08:38:01 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-22 08:38:01 +0200
commit44eed74d8bc1287470555ae21ca5531782a5185d (patch)
tree2b992b3c2b181a88b20dee8bf5ba066f3de66d0a /profiles/arch/amd64
parentnet-proxy/trojan: drop version 1.12.2 (diff)
downloadgentoo-44eed74d8bc1287470555ae21ca5531782a5185d.tar.gz
gentoo-44eed74d8bc1287470555ae21ca5531782a5185d.tar.bz2
gentoo-44eed74d8bc1287470555ae21ca5531782a5185d.zip
profiles/arch: turn off ruby25 in RUBY_TARGETS
This is needed to overrule the ruby25 target in the base make.defaults. Otherwise this ruby target will be set for all stable profiles without ruby itself being stable. Fixes: https://bugs.gentoo.org/690300 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/amd64')
-rw-r--r--profiles/arch/amd64/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults
index 67cce2ed7d7c..71ccf64f7b82 100644
--- a/profiles/arch/amd64/make.defaults
+++ b/profiles/arch/amd64/make.defaults
@@ -70,4 +70,4 @@ USE="libtirpc"
# Hans de Graaff <graaff@gentoo.org) (2019-07-17)
# Temporary RUBY_TARGETS for bug 688976
-RUBY_TARGETS="ruby24"
+RUBY_TARGETS="ruby24 -ruby25"