diff options
author | 2022-07-30 10:46:25 +0200 | |
---|---|---|
committer | 2022-07-30 10:46:25 +0200 | |
commit | e6a6fbc6b66e85bf8fd4678c1d508f77b237844a (patch) | |
tree | 94cd3b309a791d0d47ced6b890fb23f15e8cac72 /sys-devel/lld | |
parent | sys-devel/clang-runtime: ppc64 stable wrt bug #861950 (diff) | |
download | gentoo-e6a6fbc6b66e85bf8fd4678c1d508f77b237844a.tar.gz gentoo-e6a6fbc6b66e85bf8fd4678c1d508f77b237844a.tar.bz2 gentoo-e6a6fbc6b66e85bf8fd4678c1d508f77b237844a.zip |
sys-devel/lld: ppc64 stable wrt bug #861950
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-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 461302a580e7..5a9c29a6df3e 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 )" |