summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2021-06-19 02:03:32 +0300
committerIonen Wolkens <ionen@gentoo.org>2021-06-19 19:21:02 -0400
commit9a274ddefe2e6083569c1c3c62ef0bf0244ba02f (patch)
tree033af473894bb1717f978707083217a74194b53f /dev-lang/ispc/ispc-9999.ebuild
parentapp-dicts/canna-2ch: Port to EAPI 7 (diff)
downloadgentoo-9a274ddefe2e6083569c1c3c62ef0bf0244ba02f.tar.gz
gentoo-9a274ddefe2e6083569c1c3c62ef0bf0244ba02f.tar.bz2
gentoo-9a274ddefe2e6083569c1c3c62ef0bf0244ba02f.zip
dev-lang/ispc: bump to 1.16.0
* Drop unused toolchain-funcs eclass * Drop python-7 and bump python-10 * Fix KEYWORDS placement in the live ebuild Closes: https://bugs.gentoo.org/796632 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21316 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-lang/ispc/ispc-9999.ebuild')
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
index 8cc95c5d7497..8c7854a77667 100644
--- a/dev-lang/ispc/ispc-9999.ebuild
+++ b/dev-lang/ispc/ispc-9999.ebuild
@@ -3,9 +3,9 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
-inherit cmake toolchain-funcs python-any-r1 llvm
+inherit cmake python-any-r1 llvm
LLVM_MAX_SLOT=12
@@ -15,9 +15,9 @@ HOMEPAGE="https://ispc.github.io/"
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"
fi
LICENSE="BSD BSD-2 UoI-NCSA"