diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 05:53:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 05:53:34 +0000 |
commit | 48a5beb72cf70eafd244de77e55218229311f91a (patch) | |
tree | 5f918a4fe95c51bdb054f5e2a9e3d7217bfb925f /dev-lang/ispc | |
parent | media-gfx/openvdb: Stabilize 7.1.0-r5 amd64, #803884 (diff) | |
download | gentoo-48a5beb72cf70eafd244de77e55218229311f91a.tar.gz gentoo-48a5beb72cf70eafd244de77e55218229311f91a.tar.bz2 gentoo-48a5beb72cf70eafd244de77e55218229311f91a.zip |
dev-lang/ispc: Stabilize 1.16.0 amd64, #803884
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ispc')
-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 a7fa960167b9..7ea24fc9ecc2 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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="BSD BSD-2 UoI-NCSA" |