summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2020-06-11 21:21:54 -0400
committerJoonas Niilola <juippis@gentoo.org>2020-07-19 13:43:25 +0300
commit8215ec14535dc5662b1de4504ccaba8086cb6a2a (patch)
tree5142b9948077137f158387eedd551844673e08b2 /dev-cpp
parentdev-cpp/gtest: Add support for python3_{6,7,8,9} (diff)
downloadgentoo-8215ec14535dc5662b1de4504ccaba8086cb6a2a.tar.gz
gentoo-8215ec14535dc5662b1de4504ccaba8086cb6a2a.tar.bz2
gentoo-8215ec14535dc5662b1de4504ccaba8086cb6a2a.zip
dev-cpp/gtest: Remove python2_7 from PYTHON_COMPAT
Python 2.7 is deprecated and sunsetted Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gtest/gtest-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index 495db541c344..359edcc95858 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
# Python is required for tests and some build tasks.
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
CMAKE_ECLASS=cmake
inherit cmake-multilib python-any-r1