diff options
-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 |