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: Thu, 10 Sep 2020 03:18:10
Message-Id: 1599707878.7758368a250147fa04349e80e775fce286487d6a.sam@gentoo
1 commit: 7758368a250147fa04349e80e775fce286487d6a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 03:17:34 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 03:17:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7758368a
7
8 dev-lang/ispc: only define KEYWORDS once
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-lang/ispc/ispc-1.14.1.ebuild | 1 -
14 dev-lang/ispc/ispc-9999.ebuild | 1 -
15 2 files changed, 2 deletions(-)
16
17 diff --git a/dev-lang/ispc/ispc-1.14.1.ebuild b/dev-lang/ispc/ispc-1.14.1.ebuild
18 index 0fe93ece37e..58c0534cc5b 100644
19 --- a/dev-lang/ispc/ispc-1.14.1.ebuild
20 +++ b/dev-lang/ispc/ispc-1.14.1.ebuild
21 @@ -13,7 +13,6 @@ HOMEPAGE="https://ispc.github.com/"
22 if [[ ${PV} = *9999 ]]; then
23 inherit git-r3
24 EGIT_REPO_URI="https://github.com/ispc/ispc.git"
25 - KEYWORDS=""
26 else
27 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 KEYWORDS="~amd64 ~x86"
29
30 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
31 index 0fe93ece37e..07b62cdb24d 100644
32 --- a/dev-lang/ispc/ispc-9999.ebuild
33 +++ b/dev-lang/ispc/ispc-9999.ebuild
34 @@ -16,7 +16,6 @@ if [[ ${PV} = *9999 ]]; then
35 KEYWORDS=""
36 else
37 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 - KEYWORDS="~amd64 ~x86"
39 fi
40
41 LICENSE="BSD BSD-2 UoI-NCSA"