From 48a5beb72cf70eafd244de77e55218229311f91a Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 31 Oct 2021 05:53:34 +0000 Subject: dev-lang/ispc: Stabilize 1.16.0 amd64, #803884 Signed-off-by: Sam James --- dev-lang/ispc/ispc-1.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-65-gdbad