diff options
author | 2022-07-31 13:12:00 +0200 | |
---|---|---|
committer | 2022-07-31 13:12:00 +0200 | |
commit | 7c0395d653bbf2e9e65b17e5100627323c5c7255 (patch) | |
tree | 5bfd7edc7683305560625ecefeb9d67808d3a966 /sys-devel/lld | |
parent | sys-devel/clang-runtime: x86 stable wrt bug #861950 (diff) | |
download | gentoo-7c0395d653bbf2e9e65b17e5100627323c5c7255.tar.gz gentoo-7c0395d653bbf2e9e65b17e5100627323c5c7255.tar.bz2 gentoo-7c0395d653bbf2e9e65b17e5100627323c5c7255.zip |
sys-devel/lld: x86 stable wrt bug #861950
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-14.0.6.ebuild b/sys-devel/lld/lld-14.0.6.ebuild index 57cb71fbd5a8..8d4e6bb18c09 100644 --- a/sys-devel/lld/lld-14.0.6.ebuild +++ b/sys-devel/lld/lld-14.0.6.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="debug test" RESTRICT="!test? ( test )" |