Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boehm-gc/
Date: Sun, 05 Dec 2021 18:32:22
Message-Id: 1638729005.6c4d1f89ffde2ff8f7f3975c1891a567942c88de.sam@gentoo
1 commit: 6c4d1f89ffde2ff8f7f3975c1891a567942c88de
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 18:30:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 18:30:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d1f89
7
8 dev-libs/boehm-gc: Stabilize 8.0.6 x86, #828271
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild b/dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild
16 index 7203ea48a903..579fc02a0f62 100644
17 --- a/dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild
18 +++ b/dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild
19 @@ -16,7 +16,7 @@ LICENSE="boehm-gc"
20 # SONAME: libgc.so.1 libgccpp.so.1
21 # We've been using subslot 0 for these instead of "1.1".
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE="cxx +large static-libs +threads"
26
27 RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"