diff options
author | 2022-07-30 10:58:01 +0200 | |
---|---|---|
committer | 2022-07-30 10:58:54 +0200 | |
commit | bbc70d028c0348fcf266c74c96be4bdf6e3b2188 (patch) | |
tree | a08c29109ce7063e6b097e18d3a1550e892aa56b /sys-devel | |
parent | sys-devel/clang-runtime: amd64 stable wrt bug #861950 (diff) | |
download | gentoo-bbc70d028c0348fcf266c74c96be4bdf6e3b2188.tar.gz gentoo-bbc70d028c0348fcf266c74c96be4bdf6e3b2188.tar.bz2 gentoo-bbc70d028c0348fcf266c74c96be4bdf6e3b2188.zip |
sys-devel/lld: amd64 stable wrt bug #861950
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 5a9c29a6df3e..cc4f044e5c30 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 )" |