Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Tue, 12 Oct 2021 20:24:23
Message-Id: 1634070246.f9191ddf907b1ef09f67960c91f698e4e32efa7b.sam@gentoo
1 commit: f9191ddf907b1ef09f67960c91f698e4e32efa7b
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 3 17:26:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 20:24:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9191ddf
7
8 dev-cpp/gtest: bump EAPI to 8
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-cpp/gtest/gtest-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
18 index 43e102b84c6..a7711b97276 100644
19 --- a/dev-cpp/gtest/gtest-9999.ebuild
20 +++ b/dev-cpp/gtest/gtest-9999.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 # Python is required for tests and some build tasks.
29 PYTHON_COMPAT=( python3_{8..10} )