diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:52:44 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:53:32 +0200 |
commit | 7dfd30e7355a3c10f66b61846e734fae00d491e0 (patch) | |
tree | 88977766e1578f2456302810b9c2c21ac41913a9 /sys-devel | |
parent | sys-devel/clang-runtime: amd64 stable wrt bug #849464 (diff) | |
download | gentoo-7dfd30e7355a3c10f66b61846e734fae00d491e0.tar.gz gentoo-7dfd30e7355a3c10f66b61846e734fae00d491e0.tar.bz2 gentoo-7dfd30e7355a3c10f66b61846e734fae00d491e0.zip |
sys-devel/lld: amd64 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-14.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-14.0.4.ebuild b/sys-devel/lld/lld-14.0.4.ebuild index 461302a580e7..48273c2b467e 100644 --- a/sys-devel/lld/lld-14.0.4.ebuild +++ b/sys-devel/lld/lld-14.0.4.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 )" |