commit: 1febb887756b39cb51179536e0fd8b1a9f5a93a1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 19:15:13 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 19:15:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1febb887
dev-cpp/catch: remove outdated blockers
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-cpp/catch/catch-1.12.2-r1.ebuild | 4 +---
dev-cpp/catch/catch-1.9999.ebuild | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-cpp/catch/catch-1.12.2-r1.ebuild
b/dev-cpp/catch/catch-1.12.2-r1.ebuild
index 42c555075f8c..3419ae223a99 100644
--- a/dev-cpp/catch/catch-1.12.2-r1.ebuild
+++ b/dev-cpp/catch/catch-1.12.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,8 +25,6 @@ SLOT="1"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="!<dev-cpp/catch-1.12.2:0"
-
PATCHES=(
"${FILESDIR}"/${PN}-1.12.2-glibc-2.34-sigstksz.patch
)
diff --git a/dev-cpp/catch/catch-1.9999.ebuild
b/dev-cpp/catch/catch-1.9999.ebuild
index 9b275ede9827..7f4b4d5742e4 100644
--- a/dev-cpp/catch/catch-1.9999.ebuild
+++ b/dev-cpp/catch/catch-1.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -25,8 +25,6 @@ SLOT="1"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="!<dev-cpp/catch-1.12.2:0"
-
src_configure() {
local mycmakeargs=(
-DNO_SELFTEST=$(usex !test)