diff options
author | Sam James <sam@gentoo.org> | 2021-09-19 04:08:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-19 04:08:01 +0100 |
commit | 83c67f207144fc58fc3204088134d34b9951c7e5 (patch) | |
tree | 4c33c2abba74746403ef24eadba9b921e341be35 /dev-lang | |
parent | media-libs/opencolorio: Keyword 2.0.1 arm64, #795279 (diff) | |
download | gentoo-83c67f207144fc58fc3204088134d34b9951c7e5.tar.gz gentoo-83c67f207144fc58fc3204088134d34b9951c7e5.tar.bz2 gentoo-83c67f207144fc58fc3204088134d34b9951c7e5.zip |
dev-lang/ispc: Keyword 1.16.0 arm64, #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 b0a22ba1f907..03d9f435be73 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 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="BSD BSD-2 UoI-NCSA" |