diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 08:38:01 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 08:38:01 +0200 |
commit | 44eed74d8bc1287470555ae21ca5531782a5185d (patch) | |
tree | 2b992b3c2b181a88b20dee8bf5ba066f3de66d0a /profiles/arch/s390 | |
parent | net-proxy/trojan: drop version 1.12.2 (diff) | |
download | gentoo-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/s390')
-rw-r--r-- | profiles/arch/s390/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/s390/make.defaults b/profiles/arch/s390/make.defaults index 3ee8806451d0..f2a7ddadfb22 100644 --- a/profiles/arch/s390/make.defaults +++ b/profiles/arch/s390/make.defaults @@ -34,4 +34,4 @@ USE="-multilib" # Hans de Graaff <graaff@gentoo.org) (2019-07-17) # Temporary RUBY_TARGETS for bug 688976 -RUBY_TARGETS="ruby24" +RUBY_TARGETS="ruby24 -ruby25" |