diff options
author | 2020-11-16 09:42:34 +0300 | |
---|---|---|
committer | 2020-11-16 09:42:34 +0300 | |
commit | 83d1acf6cb3a41159eb308f751f11ac640afb598 (patch) | |
tree | c9a5f61ce8e7b1e4f64c7503842619feee033d45 /sys-devel | |
parent | dev-python/lit: Stabilize 11.0.0 ppc64, #754744 (diff) | |
download | gentoo-83d1acf6cb3a41159eb308f751f11ac640afb598.tar.gz gentoo-83d1acf6cb3a41159eb308f751f11ac640afb598.tar.bz2 gentoo-83d1acf6cb3a41159eb308f751f11ac640afb598.zip |
sys-devel/lld: Stabilize 11.0.0 ppc64, #754744
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-11.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-11.0.0.ebuild b/sys-devel/lld/lld-11.0.0.ebuild index 936e75c7f7ce..d5bd34ae92d5 100644 --- a/sys-devel/lld/lld-11.0.0.ebuild +++ b/sys-devel/lld/lld-11.0.0.ebuild @@ -14,7 +14,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 arm ~arm64 ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |