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 04:00:31
Message-Id: 1638676785.c0f3bbb05df170d643f36c826bfad0c6010e787e.sam@gentoo
1 commit: c0f3bbb05df170d643f36c826bfad0c6010e787e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 03:59:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 03:59:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f3bbb0
7
8 dev-libs/boehm-gc: Stabilize 8.0.6 amd64, #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 fe999330ff0e..7203ea48a903 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}]"