diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-04-02 20:06:26 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-04-02 20:06:26 +0200 |
commit | 5d2eae83ed615048a3e80ce3707d82b258708c90 (patch) | |
tree | 2895bb6881a4a6a753046271b4480ee3a14b001a /sys-libs | |
parent | sys-libs/libomp: x86 stable wrt bug #607660 (diff) | |
download | gentoo-5d2eae83ed615048a3e80ce3707d82b258708c90.tar.gz gentoo-5d2eae83ed615048a3e80ce3707d82b258708c90.tar.bz2 gentoo-5d2eae83ed615048a3e80ce3707d82b258708c90.zip |
sys-libs/llvm-libunwind: x86 stable wrt bug #607660
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild index 7629caa48c51..a5150aa0be86 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="debug +static-libs" RDEPEND="!sys-libs/libunwind" |