From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31DBB158086 for ; Tue, 12 Oct 2021 20:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ACB7E0874; Tue, 12 Oct 2021 20:24:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64080E0874 for ; Tue, 12 Oct 2021 20:24:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E94A34336C for ; Tue, 12 Oct 2021 20:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01A0CA for ; Tue, 12 Oct 2021 20:24:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634070246.f9191ddf907b1ef09f67960c91f698e4e32efa7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtest/gtest-9999.ebuild X-VCS-Directories: dev-cpp/gtest/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9191ddf907b1ef09f67960c91f698e4e32efa7b X-VCS-Branch: master Date: Tue, 12 Oct 2021 20:24:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9cf30228-04f0-4fc4-8a57-4fe033c030e5 X-Archives-Hash: 5a8e4f41b3c405e0dda2bba2011c164f commit: f9191ddf907b1ef09f67960c91f698e4e32efa7b Author: Peter Levine gmail com> AuthorDate: Sun Oct 3 17:26:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 12 20:24:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9191ddf dev-cpp/gtest: bump EAPI to 8 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Sam James gentoo.org> dev-cpp/gtest/gtest-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 43e102b84c6..a7711b97276 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} )