Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Sun, 02 Apr 2017 18:06:53
Message-Id: 1491156386.5d2eae83ed615048a3e80ce3707d82b258708c90.ago@gentoo
1 commit: 5d2eae83ed615048a3e80ce3707d82b258708c90
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 18:06:26 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 18:06:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2eae83
7
8 sys-libs/llvm-libunwind: x86 stable wrt bug #607660
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
18 index 7629caa48c5..a5150aa0be8 100644
19 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
20 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz"
22
23 LICENSE="|| ( UoI-NCSA MIT )"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm64 ~x86"
26 +KEYWORDS="amd64 ~arm64 x86"
27 IUSE="debug +static-libs"
28
29 RDEPEND="!sys-libs/libunwind"