diff options
author | David Seifert <soap@gentoo.org> | 2023-08-15 11:59:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-08-15 11:59:30 +0200 |
commit | b2e1ba0c7e82d81f7ff835c1e312b99a9bebf23b (patch) | |
tree | d4a5463a0498c9b698e9c74ef3125b0959bfdc93 /dev-cpp/catch | |
parent | dev-perl/Sereal: Stabilize 5.4.0 ppc64, #910923 (diff) | |
download | gentoo-b2e1ba0c7e82d81f7ff835c1e312b99a9bebf23b.tar.gz gentoo-b2e1ba0c7e82d81f7ff835c1e312b99a9bebf23b.tar.bz2 gentoo-b2e1ba0c7e82d81f7ff835c1e312b99a9bebf23b.zip |
dev-cpp/catch: update EAPI 7 -> 8 (1.*)
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/catch-1.12.2-r2.ebuild (renamed from dev-cpp/catch/catch-1.12.2-r1.ebuild) | 2 | ||||
-rw-r--r-- | 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 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 |