diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:39 +0100 |
commit | 4f90daf5a7503efc5375b4752642cb0deee07ca1 (patch) | |
tree | 67321a3340ac461c0b8867fa1434f941f1aa7238 /dev-cpp/catch | |
parent | app-misc/tracker-miners: Remove py2 where possible (diff) | |
download | gentoo-4f90daf5a7503efc5375b4752642cb0deee07ca1.tar.gz gentoo-4f90daf5a7503efc5375b4752642cb0deee07ca1.tar.bz2 gentoo-4f90daf5a7503efc5375b4752642cb0deee07ca1.zip |
dev-cpp/catch: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/catch-2.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/catch/catch-2.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/catch/catch-2.9.1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/catch/catch-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/catch/catch-2.5.0.ebuild b/dev-cpp/catch/catch-2.5.0.ebuild index 5af50e08abb7..e551fe4b0d20 100644 --- a/dev-cpp/catch/catch-2.5.0.ebuild +++ b/dev-cpp/catch/catch-2.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils python-any-r1 diff --git a/dev-cpp/catch/catch-2.7.0.ebuild b/dev-cpp/catch/catch-2.7.0.ebuild index 483403fa60f5..2467542c7d9b 100644 --- a/dev-cpp/catch/catch-2.7.0.ebuild +++ b/dev-cpp/catch/catch-2.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils python-any-r1 diff --git a/dev-cpp/catch/catch-2.9.1.ebuild b/dev-cpp/catch/catch-2.9.1.ebuild index fd90fc1a780f..07de51f32521 100644 --- a/dev-cpp/catch/catch-2.9.1.ebuild +++ b/dev-cpp/catch/catch-2.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils python-any-r1 diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index fd90fc1a780f..07de51f32521 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils python-any-r1 |