diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:46:23 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-22 21:49:50 +0300 |
commit | 494ae544b269230784acbd48798ac087efc571e1 (patch) | |
tree | 16a14e3e905d3f76b31509dc80e26c481049adae | |
parent | sys-libs/compiler-rt-sanitizers: amd64 stable wrt bug #661776 (diff) | |
download | gentoo-494ae544b269230784acbd48798ac087efc571e1.tar.gz gentoo-494ae544b269230784acbd48798ac087efc571e1.tar.bz2 gentoo-494ae544b269230784acbd48798ac087efc571e1.zip |
sys-libs/llvm-libunwind: amd64 stable wrt bug #661776
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-6.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-6.0.1.ebuild index c85040bafa20..ad6cf07f0b7e 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-6.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-6.0.1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86 ~amd64-fbsd" +KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd" IUSE="debug +static-libs test" RESTRICT="!test? ( test )" |