commit: 806eecb05afd76cbc34077b4f73488732e49c161 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 19:59:41 2021 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Mar 29 12:42:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806eecb0
profiles: drop "clozurecl" from the amd64/x86 use.stable.masks. We have a stable version of clozurecl on x86/amd64 now. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/arch/amd64/use.stable.mask | 4 ---- profiles/arch/x86/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index ba88ea41c2e..ee9b21e49fe 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -20,10 +20,6 @@ firebird # The modern versions of CUDA SDK are not suitable for stabilization. cuda -# Andrey Grozin <[email protected]> (2014-06-25) -# no stable versions on amd64 -clozurecl - # Michał Górny <[email protected]> (2014-03-30) # PyPy is unstable on this arch. python_targets_pypy3 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 3b3d1cfe3b1..76cb48cac48 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -26,10 +26,6 @@ firebird # sys-libs/libapparmor apparmor -# Andrey Grozin <[email protected]> (2014-06-25) -# no stable versions on x86 -clozurecl - # Michał Górny <[email protected]> (2014-03-30) # PyPy is unstable on this arch. python_targets_pypy3
