commit:     9a274ddefe2e6083569c1c3c62ef0bf0244ba02f
Author:     Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 18 23:03:32 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jun 19 23:21:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a274dde

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21316
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-lang/ispc/Manifest                                 | 1 +
 dev-lang/ispc/{ispc-9999.ebuild => ispc-1.16.0.ebuild} | 6 +++---
 dev-lang/ispc/ispc-9999.ebuild                         | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-lang/ispc/Manifest b/dev-lang/ispc/Manifest
index 27426f4de70..30167e29bb8 100644
--- a/dev-lang/ispc/Manifest
+++ b/dev-lang/ispc/Manifest
@@ -1 +1,2 @@
 DIST ispc-1.14.1.tar.gz 19454189 BLAKE2B 
615698e64ffbd2c82808d6ddd0b5b90f7c52bb8c202a04364d63af26f0e062631f4a8ad01895c1a4f1a8f11e7f91aec381354ddd873d0a4f2908431dcaabe383
 SHA512 
468e8a44408047ba7b43dc4baf05c2659093b986e131ebe973954ff3b9cf707a4ed22c705b6e01a9abc9a3911669ab31cd191449442c4ac73112a1297da32c5e
+DIST ispc-1.16.0.tar.gz 19548153 BLAKE2B 
9b6d9329430d59041a76c20332b527560afa47a5585652abdf93aedb7907483d1647c829f2bd3f396cd53301bc79367cd91606b90a543fa8bec2f6ab34452989
 SHA512 
8469db4e3e9834477345b431162543f1c8e680aa9834c9a50239781dc7febfdde0561c2f13d1387e37f95a18c4376a85cb9cbae33cb614dc8977dfc9f47da215

diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-1.16.0.ebuild
similarity index 94%
copy from dev-lang/ispc/ispc-9999.ebuild
copy to dev-lang/ispc/ispc-1.16.0.ebuild
index 8cc95c5d749..8c7854a7766 100644
--- a/dev-lang/ispc/ispc-9999.ebuild
+++ b/dev-lang/ispc/ispc-1.16.0.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"

diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
index 8cc95c5d749..8c7854a7766 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"

Reply via email to