diff options
author | Sam James <sam@gentoo.org> | 2021-06-16 19:33:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-16 19:33:42 +0100 |
commit | 83473f411ab5e8fd23b989d91b648157f322194a (patch) | |
tree | d2b09f0cab6599c988ed43d58aa74256cf51c0be /sys-devel | |
parent | sys-devel/lld: Stabilize 11.1.0-r1 ppc64, #784212 (diff) | |
download | gentoo-83473f411ab5e8fd23b989d91b648157f322194a.tar.gz gentoo-83473f411ab5e8fd23b989d91b648157f322194a.tar.bz2 gentoo-83473f411ab5e8fd23b989d91b648157f322194a.zip |
sys-devel/lld: Stabilize 10.0.1-r1 ppc64, #784212
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-10.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-10.0.1-r1.ebuild b/sys-devel/lld/lld-10.0.1-r1.ebuild index c10cea125358..7af19855fc32 100644 --- a/sys-devel/lld/lld-10.0.1-r1.ebuild +++ b/sys-devel/lld/lld-10.0.1-r1.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 )" |