diff options
author | Peter Levine <plevine457@gmail.com> | 2021-10-03 13:26:09 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-12 21:24:06 +0100 |
commit | f9191ddf907b1ef09f67960c91f698e4e32efa7b (patch) | |
tree | 642331e8c199fca05c144703af90ce17598842cc /dev-cpp | |
parent | dev-perl/Config-General: EAPI=8 bump (diff) | |
download | gentoo-f9191ddf907b1ef09f67960c91f698e4e32efa7b.tar.gz gentoo-f9191ddf907b1ef09f67960c91f698e4e32efa7b.tar.bz2 gentoo-f9191ddf907b1ef09f67960c91f698e4e32efa7b.zip |
dev-cpp/gtest: bump EAPI to 8
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 43e102b84c64..a7711b97276e 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # Python is required for tests and some build tasks. PYTHON_COMPAT=( python3_{8..10} ) |