commit:     9b44762102901dc511e7e6d3b15e268c79d8bf59
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 20:07:30 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 20:10:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b447621

profiles/arch: drop pre-ruby33 stabilisation entries

Bug: https://bugs.gentoo.org/956881
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/amd64/make.defaults           | 4 ----
 profiles/arch/amd64/use.stable.mask         | 4 ----
 profiles/arch/arm/make.defaults             | 4 ----
 profiles/arch/arm/use.stable.mask           | 4 ----
 profiles/arch/arm64/make.defaults           | 4 ----
 profiles/arch/arm64/use.stable.mask         | 4 ----
 profiles/arch/powerpc/ppc32/make.defaults   | 4 ----
 profiles/arch/powerpc/ppc32/use.stable.mask | 4 ----
 profiles/arch/powerpc/ppc64/make.defaults   | 4 ----
 profiles/arch/powerpc/ppc64/use.stable.mask | 4 ----
 profiles/arch/sparc/make.defaults           | 4 ----
 profiles/arch/sparc/use.stable.mask         | 4 ----
 profiles/arch/x86/make.defaults             | 4 ----
 profiles/arch/x86/use.stable.mask           | 4 ----
 14 files changed, 56 deletions(-)

diff --git a/profiles/arch/amd64/make.defaults 
b/profiles/arch/amd64/make.defaults
index f8fbdeac4580..d536bfdedd61 100644
--- a/profiles/arch/amd64/make.defaults
+++ b/profiles/arch/amd64/make.defaults
@@ -63,7 +63,3 @@ 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 <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-RUBY_TARGETS="ruby32"

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index fde1e6ddf3cc..ab8fa42f22ab 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,10 +4,6 @@
 # New entries go on top.
 # Please use the same syntax as in use.mask.
 
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-ruby_targets_ruby33
-
 # Paul Zander <[email protected]> (2023-11-17)
 # ROCm/HIP is not suitable for stabilization.
 hip

diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults
index bf42767b72e6..a701cf86fa52 100644
--- a/profiles/arch/arm/make.defaults
+++ b/profiles/arch/arm/make.defaults
@@ -25,7 +25,3 @@ VIDEO_CARDS="exynos fbdev omap"
 # Michał Górny <[email protected]> (2017-03-14)
 # Unhide the ARM-specific USE_EXPANDs.
 USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
-
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-RUBY_TARGETS="ruby32"

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index f3e7b29cea8a..3837abbd1800 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,10 +4,6 @@
 # New entries go on top.
 # Please use the same syntax as in use.mask.
 
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-ruby_targets_ruby33
-
 # Sam James <[email protected]> (2022-01-16)
 # net-libs/gnome-online-accounts is not marked stable on arm yet
 gnome-online-accounts

diff --git a/profiles/arch/arm64/make.defaults 
b/profiles/arch/arm64/make.defaults
index 6015dfc3b83a..2bf1c06cab64 100644
--- a/profiles/arch/arm64/make.defaults
+++ b/profiles/arch/arm64/make.defaults
@@ -28,7 +28,3 @@ USE="libtirpc"
 # Michał Górny <[email protected]> (2017-03-14)
 # Unhide the ARM-specific USE_EXPANDs.
 USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
-
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-RUBY_TARGETS="ruby32"

diff --git a/profiles/arch/arm64/use.stable.mask 
b/profiles/arch/arm64/use.stable.mask
index 0fc05a69016c..56c4ef768116 100644
--- a/profiles/arch/arm64/use.stable.mask
+++ b/profiles/arch/arm64/use.stable.mask
@@ -5,10 +5,6 @@
 # New entries go on top.
 # Please use the same syntax as in use.mask.
 
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-ruby_targets_ruby33
-
 # Matt Turner <[email protected]> (2024-05-10)
 # x11-drivers/xf86-video-vmware is not stable yet
 video_cards_vmware

diff --git a/profiles/arch/powerpc/ppc32/make.defaults 
b/profiles/arch/powerpc/ppc32/make.defaults
index 51550dafc7b3..543492049694 100644
--- a/profiles/arch/powerpc/ppc32/make.defaults
+++ b/profiles/arch/powerpc/ppc32/make.defaults
@@ -31,7 +31,3 @@ IUSE_IMPLICIT="abi_ppc_32"
 
 # Enable abi_ppc_32 for packages that don't have it forced.
 ABI_PPC="32"
-
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-RUBY_TARGETS="ruby32"

diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask 
b/profiles/arch/powerpc/ppc32/use.stable.mask
index 8a3922c3e0b6..3a5672565127 100644
--- a/profiles/arch/powerpc/ppc32/use.stable.mask
+++ b/profiles/arch/powerpc/ppc32/use.stable.mask
@@ -1,10 +1,6 @@
 # Copyright 2014-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-ruby_targets_ruby33
-
 # Sam James <[email protected]> (2024-03-07)
 # dev-lang/php:8.2 is not marked stable here yet (bug #920701)
 php_targets_php8-2

diff --git a/profiles/arch/powerpc/ppc64/make.defaults 
b/profiles/arch/powerpc/ppc64/make.defaults
index 0d042ee0bfe6..ecba322484ad 100644
--- a/profiles/arch/powerpc/ppc64/make.defaults
+++ b/profiles/arch/powerpc/ppc64/make.defaults
@@ -39,7 +39,3 @@ VIDEO_CARDS="fbdev mga r128 radeon"
 
 # Enable abi_ppc_64 for packages that don't have it forced.
 ABI_PPC="64"
-
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-RUBY_TARGETS="ruby32"

diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask 
b/profiles/arch/powerpc/ppc64/use.stable.mask
index 0aaa0a021d30..1e7699edcdaa 100644
--- a/profiles/arch/powerpc/ppc64/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/use.stable.mask
@@ -4,10 +4,6 @@
 # New entries go on top.
 # Please use the same syntax as in use.mask.
 
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-ruby_targets_ruby33
-
 # Sam James <[email protected]> (2024-03-07)
 # dev-lang/php:8.2 is not marked stable here yet (bug #920701)
 php_targets_php8-2

diff --git a/profiles/arch/sparc/make.defaults 
b/profiles/arch/sparc/make.defaults
index c665afd229fa..9fcf0a8a58ce 100644
--- a/profiles/arch/sparc/make.defaults
+++ b/profiles/arch/sparc/make.defaults
@@ -42,7 +42,3 @@ 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 <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-RUBY_TARGETS="ruby32"

diff --git a/profiles/arch/sparc/use.stable.mask 
b/profiles/arch/sparc/use.stable.mask
index 1dcccd552d31..7b9862d055e7 100644
--- a/profiles/arch/sparc/use.stable.mask
+++ b/profiles/arch/sparc/use.stable.mask
@@ -4,10 +4,6 @@
 # New entries go on top.
 # Please use the same syntax as in use.mask.
 
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-ruby_targets_ruby33
-
 # Sam James <[email protected]> (2024-03-07)
 # dev-lang/php:8.2 is not marked stable here yet (bug #920701)
 php_targets_php8-2

diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults
index 75a4254b6d89..00f4441eb5ca 100644
--- a/profiles/arch/x86/make.defaults
+++ b/profiles/arch/x86/make.defaults
@@ -43,7 +43,3 @@ ABI_X86="32"
 # Enable USE=libtirpc by default, to ease dependency resolution during
 # the stabilization of glibc-2.26. Bug 657148
 USE="libtirpc"
-
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-RUBY_TARGETS="ruby32"

diff --git a/profiles/arch/x86/use.stable.mask 
b/profiles/arch/x86/use.stable.mask
index 3f873654242a..1fd0fa672fa6 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -4,10 +4,6 @@
 # New entries go on top.
 # Please use the same syntax as in use.mask.
 
-# Hans de Graaff <[email protected]> (2025-05-31)
-# Temporary mask to facilitate stabling ruby33 in bug #956881
-ruby_targets_ruby33
-
 # Andreas Sturmlechner <[email protected]> (2025-03-07)
 # KDE Frameworks is not stable
 kde

Reply via email to