commit: 2188da1e5f6b96790890a75eb1ed1a3c44c899f8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 06:27:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 06:27:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2188da1e
sys-cluster/hpx: disable py3.9, sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/hpx/hpx-1.9.0.ebuild | 2 +-
sys-cluster/hpx/hpx-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-cluster/hpx/hpx-1.9.0.ebuild b/sys-cluster/hpx/hpx-1.9.0.ebuild
index e3f75c15ac02..2418f19d261f 100644
--- a/sys-cluster/hpx/hpx-1.9.0.ebuild
+++ b/sys-cluster/hpx/hpx-1.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index 778f55f4d27a..fef4b1933ee7 100644
--- a/sys-cluster/hpx/hpx-9999.ebuild
+++ b/sys-cluster/hpx/hpx-9999.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
else
- SRC_URI="https://github.com/STEllAR-GROUP/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
+ SRC_URI="https://github.com/STEllAR-GROUP/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
inherit check-reqs cmake multiprocessing python-single-r1