Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Thu, 14 Dec 2017 22:31:47
Message-Id: 1513290634.42c09a50e8e226a5990a6aa8d7664bc6c5bda07b.mattst88@gentoo
1 commit: 42c09a50e8e226a5990a6aa8d7664bc6c5bda07b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 14 22:30:34 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 14 22:30:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c09a50
7
8 sys-libs/llvm-libunwind-4.0.1: amd64 stable, bug 637210
9
10 sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild
14 index 416847799c2..92fe84f0488 100644
15 --- a/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild
16 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-4.0.1.ebuild
17 @@ -14,7 +14,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/libunwind-${PV/_/}.src.tar.xz"
18
19 LICENSE="|| ( UoI-NCSA MIT )"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm64 x86"
22 +KEYWORDS="amd64 ~arm64 x86"
23 IUSE="debug +static-libs"
24
25 RDEPEND="!sys-libs/libunwind"