Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/
Date: Mon, 29 Mar 2021 13:47:16
Message-Id: 1617021726.806eecb05afd76cbc34077b4f73488732e49c161.mjo@gentoo
1 commit: 806eecb05afd76cbc34077b4f73488732e49c161
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 27 19:59:41 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 12:42:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806eecb0
7
8 profiles: drop "clozurecl" from the amd64/x86 use.stable.masks.
9
10 We have a stable version of clozurecl on x86/amd64 now.
11
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 profiles/arch/amd64/use.stable.mask | 4 ----
15 profiles/arch/x86/use.stable.mask | 4 ----
16 2 files changed, 8 deletions(-)
17
18 diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
19 index ba88ea41c2e..ee9b21e49fe 100644
20 --- a/profiles/arch/amd64/use.stable.mask
21 +++ b/profiles/arch/amd64/use.stable.mask
22 @@ -20,10 +20,6 @@ firebird
23 # The modern versions of CUDA SDK are not suitable for stabilization.
24 cuda
25
26 -# Andrey Grozin <grozin@g.o> (2014-06-25)
27 -# no stable versions on amd64
28 -clozurecl
29 -
30 # Michał Górny <mgorny@g.o> (2014-03-30)
31 # PyPy is unstable on this arch.
32 python_targets_pypy3
33
34 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
35 index 3b3d1cfe3b1..76cb48cac48 100644
36 --- a/profiles/arch/x86/use.stable.mask
37 +++ b/profiles/arch/x86/use.stable.mask
38 @@ -26,10 +26,6 @@ firebird
39 # sys-libs/libapparmor
40 apparmor
41
42 -# Andrey Grozin <grozin@g.o> (2014-06-25)
43 -# no stable versions on x86
44 -clozurecl
45 -
46 # Michał Górny <mgorny@g.o> (2014-03-30)
47 # PyPy is unstable on this arch.
48 python_targets_pypy3