diff options
author | Sam James <sam@gentoo.org> | 2021-09-19 04:29:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-19 04:29:17 +0100 |
commit | 5024f6e047a6933fbe929f1e8eb18c9ee8f8d127 (patch) | |
tree | 6192aa8fd616d21361db62e32a1837d11857ef36 /dev-lang | |
parent | media-libs/osl: Keyword 1.12.0.2 ppc64, #795279 (diff) | |
download | gentoo-5024f6e047a6933fbe929f1e8eb18c9ee8f8d127.tar.gz gentoo-5024f6e047a6933fbe929f1e8eb18c9ee8f8d127.tar.bz2 gentoo-5024f6e047a6933fbe929f1e8eb18c9ee8f8d127.zip |
dev-lang/ispc: Keyword 1.16.0 ppc64, #795279
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ispc-1.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.16.0.ebuild b/dev-lang/ispc/ispc-1.16.0.ebuild index 03e716db2500..a7fa960167b9 100644 --- a/dev-lang/ispc/ispc-1.16.0.ebuild +++ b/dev-lang/ispc/ispc-1.16.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/ispc/ispc.git" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="BSD BSD-2 UoI-NCSA" |