diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 19:28:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:30:44 +0100 |
commit | 48a15993318593dc8f0fcd5ff5f7052e3ea67c73 (patch) | |
tree | 42b6a816a83d7dbccad410512f14c0eebb56acaf /profiles/arch/powerpc/ppc64/make.defaults | |
parent | x11-wm/qtile: Switch IUSE=pulseaudio to media-libs/libpulse (diff) | |
download | gentoo-48a15993318593dc8f0fcd5ff5f7052e3ea67c73.tar.gz gentoo-48a15993318593dc8f0fcd5ff5f7052e3ea67c73.tar.bz2 gentoo-48a15993318593dc8f0fcd5ff5f7052e3ea67c73.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 ruby31 to be unmasked for each
arch individually.
Bug: https://bugs.gentoo.org/907377
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/powerpc/ppc64/make.defaults')
-rw-r--r-- | profiles/arch/powerpc/ppc64/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults index 93e2c5b69fad..96872299b26e 100644 --- a/profiles/arch/powerpc/ppc64/make.defaults +++ b/profiles/arch/powerpc/ppc64/make.defaults @@ -39,3 +39,7 @@ VIDEO_CARDS="fbdev mga r128 radeon" # Enable abi_ppc_64 for packages that don't have it forced. ABI_PPC="64" + +# Sam James <sam@gentoo.org> (2023-05-29) +# Temporarily use old default until bug #907377 is done for this arch +RUBY_TARGETS="ruby30" |