diff options
author | Sam James <sam@gentoo.org> | 2023-05-20 07:27:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 07:27:56 +0100 |
commit | 2188da1e5f6b96790890a75eb1ed1a3c44c899f8 (patch) | |
tree | 945706e113a4f9120176dd2fb6d3f62783044919 | |
parent | sys-cluster/hpx: drop 1.8.0, 1.8.1 (diff) | |
download | gentoo-2188da1e5f6b96790890a75eb1ed1a3c44c899f8.tar.gz gentoo-2188da1e5f6b96790890a75eb1ed1a3c44c899f8.tar.bz2 gentoo-2188da1e5f6b96790890a75eb1ed1a3c44c899f8.zip |
sys-cluster/hpx: disable py3.9, sync live
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-cluster/hpx/hpx-1.9.0.ebuild | 2 | ||||
-rw-r--r-- | 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 |