diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:34 +0100 |
commit | 6ae44858e90021f96a9926d555357aab860e6b1c (patch) | |
tree | 970f596652a88e565217954b288c0480819e97d7 /sys-cluster/hpx | |
parent | sys-cluster/galera: Remove py2 where possible (diff) | |
download | gentoo-6ae44858e90021f96a9926d555357aab860e6b1c.tar.gz gentoo-6ae44858e90021f96a9926d555357aab860e6b1c.tar.bz2 gentoo-6ae44858e90021f96a9926d555357aab860e6b1c.zip |
sys-cluster/hpx: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/hpx')
-rw-r--r-- | sys-cluster/hpx/hpx-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/hpx/hpx-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/hpx/hpx-1.2.1.ebuild b/sys-cluster/hpx/hpx-1.2.1.ebuild index 40cfca820e39..d075974e0bd9 100644 --- a/sys-cluster/hpx/hpx-1.2.1.ebuild +++ b/sys-cluster/hpx/hpx-1.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 40cfca820e39..d075974e0bd9 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [[ ${PV} == 9999 ]] ; then inherit git-r3 |