diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 14:24:22 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 14:24:22 +0300 |
commit | e7e96a0259fbd4adf344e1fbce19e5449eeb79e0 (patch) | |
tree | e8b177986ee128d49a05452ff1fbfae136fb78f3 /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: x86 stable wrt bug #674068 (diff) | |
download | gentoo-e7e96a0259fbd4adf344e1fbce19e5449eeb79e0.tar.gz gentoo-e7e96a0259fbd4adf344e1fbce19e5449eeb79e0.tar.bz2 gentoo-e7e96a0259fbd4adf344e1fbce19e5449eeb79e0.zip |
sys-libs/llvm-libunwind: x86 stable wrt bug #674068
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild index 85295971464a..a2ba2d48b7cf 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-fbsd" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-fbsd" IUSE="debug +static-libs test" RESTRICT="!test? ( test )" |