summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-01-15 09:38:46 +0100
committerHans de Graaff <graaff@gentoo.org>2023-01-15 09:40:12 +0100
commit8d7b0aba3f26df6842d76b189986b5ec013137b2 (patch)
tree26e4f09287f401f88ff410ed84381f46bbdfb2d9 /profiles/arch/amd64/make.defaults
parentnet-misc/turbovnc: rename USE client-> viewer (diff)
downloadgentoo-8d7b0aba3f26df6842d76b189986b5ec013137b2.tar.gz
gentoo-8d7b0aba3f26df6842d76b189986b5ec013137b2.tar.bz2
gentoo-8d7b0aba3f26df6842d76b189986b5ec013137b2.zip
profiles/arch: replicate ruby settings for each stable arch
Replicate the current base use.stable.mask and make.defaults settings for each arch with a stable ruby to allow ruby30 to be unmasked for each arch individually. See https://bugs.gentoo.org/890915 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/amd64/make.defaults')
-rw-r--r--profiles/arch/amd64/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults
index e7e18ff6a912..b428ef1b9888 100644
--- a/profiles/arch/amd64/make.defaults
+++ b/profiles/arch/amd64/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
ARCH="amd64"
@@ -63,3 +63,7 @@ IUSE_IMPLICIT="abi_x86_64"
# Enable USE=libtirpc by default, to ease dependency resolution during
# the stabilization of glibc-2.26. Bug 657148
USE="libtirpc"
+
+# Hans de Graaff <graaff@gentoo.org> (2023-01-15)
+# Temporary mask for https://bugs.gentoo.org/890915
+RUBY_TARGETS="ruby27"