commit: 60147427f5ee28bc2b333d3f2c30a5af68e4762f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 6 19:17:42 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 6 19:18:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60147427
sys-devel/lld: Add keywords to 15.0.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/lld/lld-15.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-15.0.0.ebuild b/sys-devel/lld/lld-15.0.0.ebuild index 76bdcb369c4b..ce9d06d17c39 100644 --- a/sys-devel/lld/lld-15.0.0.ebuild +++ b/sys-devel/lld/lld-15.0.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )"
