diff options
author | Sam James <sam@gentoo.org> | 2021-08-04 05:52:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-04 05:52:57 +0100 |
commit | 44fc997d4b7bda573f2aa4f62403172e4105f827 (patch) | |
tree | 09cbc4149c90885c50b2a4acc0aebb41dbfa6226 /sys-devel | |
parent | dev-python/lit: Stabilize 12.0.1 amd64, #804471 (diff) | |
download | gentoo-44fc997d4b7bda573f2aa4f62403172e4105f827.tar.gz gentoo-44fc997d4b7bda573f2aa4f62403172e4105f827.tar.bz2 gentoo-44fc997d4b7bda573f2aa4f62403172e4105f827.zip |
sys-devel/lld: Stabilize 12.0.1 amd64, #804471
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-12.0.1.ebuild b/sys-devel/lld/lld-12.0.1.ebuild index 28e940174a88..b3e4d53f390c 100644 --- a/sys-devel/lld/lld-12.0.1.ebuild +++ b/sys-devel/lld/lld-12.0.1.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="test" RESTRICT="!test? ( test )" |