diff options
author | Sam James <sam@gentoo.org> | 2020-09-10 03:17:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-10 03:17:58 +0000 |
commit | 7758368a250147fa04349e80e775fce286487d6a (patch) | |
tree | f7efcf764ac6ca71dc415bc1ab892682650a69a4 /dev-lang/ispc | |
parent | dev-python/rq: bump to 1.5.2 (diff) | |
download | gentoo-7758368a250147fa04349e80e775fce286487d6a.tar.gz gentoo-7758368a250147fa04349e80e775fce286487d6a.tar.bz2 gentoo-7758368a250147fa04349e80e775fce286487d6a.zip |
dev-lang/ispc: only define KEYWORDS once
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ispc-1.14.1.ebuild | 1 | ||||
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-lang/ispc/ispc-1.14.1.ebuild b/dev-lang/ispc/ispc-1.14.1.ebuild index 0fe93ece37e0..58c0534cc5bf 100644 --- a/dev-lang/ispc/ispc-1.14.1.ebuild +++ b/dev-lang/ispc/ispc-1.14.1.ebuild @@ -13,7 +13,6 @@ HOMEPAGE="https://ispc.github.com/" if [[ ${PV} = *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ispc/ispc.git" - KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index 0fe93ece37e0..07b62cdb24d2 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -16,7 +16,6 @@ if [[ ${PV} = *9999 ]]; then KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" fi LICENSE="BSD BSD-2 UoI-NCSA" |