diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 03:40:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 03:40:00 +0100 |
commit | b8cf1e6f92ff11977a85fb6fc1fe37f51ec90fba (patch) | |
tree | 66cf82334ecccd28aa5927ceb278b352f819365b /dev-lang/ispc | |
parent | sys-devel/gcc: update Manifest (diff) | |
download | gentoo-b8cf1e6f92ff11977a85fb6fc1fe37f51ec90fba.tar.gz gentoo-b8cf1e6f92ff11977a85fb6fc1fe37f51ec90fba.tar.bz2 gentoo-b8cf1e6f92ff11977a85fb6fc1fe37f51ec90fba.zip |
dev-lang/ispc: Stabilize 1.17.0-r1 amd64, #840613
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ispc-1.17.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.17.0-r1.ebuild b/dev-lang/ispc/ispc-1.17.0-r1.ebuild index 1856351fc963..1aa1bd3661c7 100644 --- a/dev-lang/ispc/ispc-1.17.0-r1.ebuild +++ b/dev-lang/ispc/ispc-1.17.0-r1.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" |