diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-05-20 11:09:01 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-05-20 11:10:01 +0200 |
commit | 0b8c1200d9c60dfe4d3ee48a8e2804541c7b9b58 (patch) | |
tree | 581922f8b6dc6d272c796f24744825ba00c9e518 /profiles/arch/powerpc/ppc64/make.defaults | |
parent | media-gfx/prusaslicer: added live ebuild (diff) | |
download | gentoo-0b8c1200d9c60dfe4d3ee48a8e2804541c7b9b58.tar.gz gentoo-0b8c1200d9c60dfe4d3ee48a8e2804541c7b9b58.tar.bz2 gentoo-0b8c1200d9c60dfe4d3ee48a8e2804541c7b9b58.zip |
profiles: move ruby32 stable mask and default to arches
This will make it possible to remove these masks and default per arch as
ruby32 is being stabled in bug https://bugs.gentoo.org/932285
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/arch/powerpc/ppc64/make.defaults')
-rw-r--r-- | profiles/arch/powerpc/ppc64/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults index 93e2c5b69fad..754b275cc9f9 100644 --- a/profiles/arch/powerpc/ppc64/make.defaults +++ b/profiles/arch/powerpc/ppc64/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # All extra USE/etc should be specified in sub-profiles. @@ -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" + +# Hans de Graaff <graaff@gentoo.org> (2024-05-20) +# Allow ruby32 stabling: https://bugs.gentoo.org/932285 +RUBY_TARGETS="ruby31" |