Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/
Date: Mon, 10 Feb 2020 13:27:00
Message-Id: 1581341194.6ae44858e90021f96a9926d555357aab860e6b1c.mgorny@gentoo
1 commit: 6ae44858e90021f96a9926d555357aab860e6b1c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:05:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae44858
7
8 sys-cluster/hpx: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/hpx/hpx-1.2.1.ebuild | 2 +-
13 sys-cluster/hpx/hpx-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-cluster/hpx/hpx-1.2.1.ebuild b/sys-cluster/hpx/hpx-1.2.1.ebuild
17 index 40cfca820e3..d075974e0bd 100644
18 --- a/sys-cluster/hpx/hpx-1.2.1.ebuild
19 +++ b/sys-cluster/hpx/hpx-1.2.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 if [[ ${PV} == 9999 ]] ; then
28 inherit git-r3
29
30 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
31 index 40cfca820e3..d075974e0bd 100644
32 --- a/sys-cluster/hpx/hpx-9999.ebuild
33 +++ b/sys-cluster/hpx/hpx-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 if [[ ${PV} == 9999 ]] ; then
42 inherit git-r3