diff options
author | 2021-11-07 12:38:18 +0100 | |
---|---|---|
committer | 2021-11-07 12:38:18 +0100 | |
commit | d93c563cbb0216a9f4faa5ef41b41cb0d7336fc0 (patch) | |
tree | 535675f6b431df56624b30724aa0ae036ec9eba7 /dev-lang | |
parent | package.mask: Last rite media-video/clive (diff) | |
download | gentoo-d93c563cbb0216a9f4faa5ef41b41cb0d7336fc0.tar.gz gentoo-d93c563cbb0216a9f4faa5ef41b41cb0d7336fc0.tar.bz2 gentoo-d93c563cbb0216a9f4faa5ef41b41cb0d7336fc0.zip |
dev-lang/ispc: Stabilize 1.16.1 amd64, #822180
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ispc-1.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.16.1.ebuild b/dev-lang/ispc/ispc-1.16.1.ebuild index d71abadb585a..827e661e4f5e 100644 --- a/dev-lang/ispc/ispc-1.16.1.ebuild +++ b/dev-lang/ispc/ispc-1.16.1.ebuild @@ -15,7 +15,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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="BSD BSD-2 UoI-NCSA" |