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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF729158004 for ; Tue, 15 Aug 2023 09:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E7F32BC02E; Tue, 15 Aug 2023 09:59:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E36862BC02E for ; Tue, 15 Aug 2023 09:59:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04EA1340DB0 for ; Tue, 15 Aug 2023 09:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91AABEBF for ; Tue, 15 Aug 2023 09:59:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1692093570.b2e1ba0c7e82d81f7ff835c1e312b99a9bebf23b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/catch/catch-1.12.2-r1.ebuild dev-cpp/catch/catch-1.12.2-r2.ebuild dev-cpp/catch/catch-1.9999.ebuild X-VCS-Directories: dev-cpp/catch/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b2e1ba0c7e82d81f7ff835c1e312b99a9bebf23b X-VCS-Branch: master Date: Tue, 15 Aug 2023 09:59:36 +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: eaac7b93-0b82-4599-986b-4d86c99128e0 X-Archives-Hash: 8cac4224e1bc39f3ee0d495186c913e7 commit: b2e1ba0c7e82d81f7ff835c1e312b99a9bebf23b Author: David Seifert gentoo org> AuthorDate: Tue Aug 15 09:59:30 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Aug 15 09:59:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e1ba0c dev-cpp/catch: update EAPI 7 -> 8 (1.*) Signed-off-by: David Seifert gentoo.org> dev-cpp/catch/{catch-1.12.2-r1.ebuild => catch-1.12.2-r2.ebuild} | 2 +- dev-cpp/catch/catch-1.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/catch/catch-1.12.2-r1.ebuild b/dev-cpp/catch/catch-1.12.2-r2.ebuild similarity index 99% rename from dev-cpp/catch/catch-1.12.2-r1.ebuild rename to dev-cpp/catch/catch-1.12.2-r2.ebuild index 3419ae223a99..d2044848fd4b 100644 --- a/dev-cpp/catch/catch-1.12.2-r1.ebuild +++ b/dev-cpp/catch/catch-1.12.2-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake diff --git a/dev-cpp/catch/catch-1.9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild index 7f4b4d5742e4..479fa612486c 100644 --- a/dev-cpp/catch/catch-1.9999.ebuild +++ b/dev-cpp/catch/catch-1.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake