Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@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 20:12:24
Message-Id: 1638735127.7ecb4904dbdff88e745ae0166e5b652701df44b5.arthurzam@gentoo
1 commit: 7ecb4904dbdff88e745ae0166e5b652701df44b5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 20:11:29 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 20:12:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecb4904
7
8 dev-libs/boehm-gc: Stabilize 8.0.6 sparc, #828271
9
10 Signed-off-by: Arthur Zamarin <arthurzam <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 7c2cc525793a..592f9ffa341d 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}]"