diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-07 19:18:42 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-07 19:21:01 +0200 |
commit | 657fe68019fbf272c6da353b2ff26d6f071b9f60 (patch) | |
tree | bb6e6b12145077f197938bedc0a8b906cbfee07e /sys-libs | |
parent | sys-libs/compiler-rt: x86 stable (bug #657516) (diff) | |
download | gentoo-657fe68019fbf272c6da353b2ff26d6f071b9f60.tar.gz gentoo-657fe68019fbf272c6da353b2ff26d6f071b9f60.tar.bz2 gentoo-657fe68019fbf272c6da353b2ff26d6f071b9f60.zip |
sys-libs/llvm-libunwind: x86 stable (bug #657516)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild index 46dcf6b21a59..22e26e7dbe57 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/libunwind-${PV/_/}.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" |