diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-01-15 09:38:46 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-01-15 09:40:12 +0100 |
commit | 8d7b0aba3f26df6842d76b189986b5ec013137b2 (patch) | |
tree | 26e4f09287f401f88ff410ed84381f46bbdfb2d9 /profiles/arch/sparc | |
parent | net-misc/turbovnc: rename USE client-> viewer (diff) | |
download | gentoo-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/sparc')
-rw-r--r-- | profiles/arch/sparc/make.defaults | 6 | ||||
-rw-r--r-- | profiles/arch/sparc/use.stable.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 23b5d7dad10a..165c975c732f 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/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="sparc" @@ -42,3 +42,7 @@ VIDEO_CARDS="fbdev mga r128 radeon" # 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" diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index 3062c3d30baa..e9b7d357b07d 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff <graaff@gentoo.org> (2023-01-15) +# Temporary mask for https://bugs.gentoo.org/890915 +ruby_targets_ruby30 + # Matt Turner <mattst88@gentoo.org> (2022-09-16) # gui-libs/gtk is not stable here gtk4 |