dev-lang/ispc: Stabilize 1.16.0 amd64, #803884

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-10-31 05:53:34 +00:00
parent 5273fcec3a
commit 48a5beb72c

View File

@@ -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"