Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Sun, 19 Nov 2017 19:15:08
Message-Id: 1511118868.15b733fe3b760b3d8fbf45a491cf112a64490883.whissi@gentoo
1 commit: 15b733fe3b760b3d8fbf45a491cf112a64490883
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 19:02:51 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 19:14:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b733fe
7
8 sys-libs/llvm-libunwind: x86 stable (bug #637210)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild
16 index a85458427d1..416847799c2 100644
17 --- a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild
18 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/libunwind-${PV/_/}.src.tar.xz"
20
21 LICENSE="|| ( UoI-NCSA MIT )"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 x86"
25 IUSE="debug +static-libs"
26
27 RDEPEND="!sys-libs/libunwind"