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/catch-9999.ebuild | |
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/catch-9999.ebuild')
-rw-r--r-- | dev-cpp/catch/catch-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |