diff options
author | Sam James <sam@gentoo.org> | 2020-07-16 18:29:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-16 18:33:20 +0000 |
commit | 713272a439ea78f35ffc6e5c2c917410752700df (patch) | |
tree | e46f117b5e44e707c2a913a393a6ff017c6a1c20 /sys-devel/lld | |
parent | dev-python/lit: ppc64 stable (bug #727762) (diff) | |
download | gentoo-713272a439ea78f35ffc6e5c2c917410752700df.tar.gz gentoo-713272a439ea78f35ffc6e5c2c917410752700df.tar.bz2 gentoo-713272a439ea78f35ffc6e5c2c917410752700df.zip |
sys-devel/lld: ppc64 stable (bug #727762)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-10.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-10.0.0.ebuild b/sys-devel/lld/lld-10.0.0.ebuild index 945078282529..cc44c95c0379 100644 --- a/sys-devel/lld/lld-10.0.0.ebuild +++ b/sys-devel/lld/lld-10.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 )" |