Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/
Date: Sun, 31 Oct 2021 05:53:54
Message-Id: 1635659614.48a5beb72cf70eafd244de77e55218229311f91a.sam@gentoo
1 commit: 48a5beb72cf70eafd244de77e55218229311f91a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 05:53:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 05:53:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a5beb7
7
8 dev-lang/ispc: Stabilize 1.16.0 amd64, #803884
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/ispc/ispc-1.16.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/ispc/ispc-1.16.0.ebuild b/dev-lang/ispc/ispc-1.16.0.ebuild
16 index a7fa960167b..7ea24fc9ecc 100644
17 --- a/dev-lang/ispc/ispc-1.16.0.ebuild
18 +++ b/dev-lang/ispc/ispc-1.16.0.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/ispc/ispc.git"
21 else
22 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
25 fi
26
27 LICENSE="BSD BSD-2 UoI-NCSA"