diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-29 15:59:49 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-07-04 15:27:58 +0300 |
commit | f89eb4ee5a252197473a8594cab2bf12834bb00b (patch) | |
tree | ddc1c69fb61130c356cc01eb7ce3860cb9a8c7ac /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: arm64 stable (bug #727762) (diff) | |
download | gentoo-f89eb4ee5a252197473a8594cab2bf12834bb00b.tar.gz gentoo-f89eb4ee5a252197473a8594cab2bf12834bb00b.tar.bz2 gentoo-f89eb4ee5a252197473a8594cab2bf12834bb00b.zip |
sys-libs/llvm-libunwind: arm64 stable (bug #727762)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild index c8d1dbb91a24..da754ab58665 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~x86" IUSE="debug +static-libs test" RESTRICT="!test? ( test )" |