diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-21 18:36:08 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-21 18:36:08 +0200 |
commit | 50b60fc415311b73581ac40d1672560c04e6b7c4 (patch) | |
tree | c8d06496b23302927ba7e969a856c7ac0b6ee8bd /sys-devel/lld | |
parent | dev-python/lit: Stabilize 13.0.1 x86, #833209 (diff) | |
download | gentoo-50b60fc415311b73581ac40d1672560c04e6b7c4.tar.gz gentoo-50b60fc415311b73581ac40d1672560c04e6b7c4.tar.bz2 gentoo-50b60fc415311b73581ac40d1672560c04e6b7c4.zip |
sys-devel/lld: Stabilize 13.0.1 x86, #833209
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-13.0.1.ebuild b/sys-devel/lld/lld-13.0.1.ebuild index c66da239ad73..254b9182c562 100644 --- a/sys-devel/lld/lld-13.0.1.ebuild +++ b/sys-devel/lld/lld-13.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="debug test" RESTRICT="!test? ( test )" |