Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/
Date: Sun, 23 Sep 2018 19:26:19
Message-Id: 1537730719.f074784fb80e97bf254159fe563bdc0f50f17b2c.mgorny@gentoo
1 commit: f074784fb80e97bf254159fe563bdc0f50f17b2c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 19:25:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 19:25:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f074784f
7
8 sys-libs/libcxxabi: Remove accidental stable kw from 7.0.0
9
10 Closes: https://bugs.gentoo.org/666910
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-libs/libcxxabi/libcxxabi-7.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/libcxxabi/libcxxabi-7.0.0.ebuild b/sys-libs/libcxxabi/libcxxabi-7.0.0.ebuild
17 index 0e684ef4a59..5c5a3146b60 100644
18 --- a/sys-libs/libcxxabi/libcxxabi-7.0.0.ebuild
19 +++ b/sys-libs/libcxxabi/libcxxabi-7.0.0.ebuild
20 @@ -20,7 +20,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
21
22 LICENSE="|| ( UoI-NCSA MIT )"
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd"
25 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd"
26 IUSE="+libunwind +static-libs test elibc_musl"
27 RESTRICT="!test? ( test )"