summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-03-11 20:15:13 +0100
committerDavid Seifert <soap@gentoo.org>2023-03-11 20:15:13 +0100
commit1febb887756b39cb51179536e0fd8b1a9f5a93a1 (patch)
treefed9d1d2ee09f4c6d1e60008380242c5a752fd18 /dev-cpp/catch
parentdev-cpp/catch: add 3.3.2 (diff)
downloadgentoo-1febb887756b39cb51179536e0fd8b1a9f5a93a1.tar.gz
gentoo-1febb887756b39cb51179536e0fd8b1a9f5a93a1.tar.bz2
gentoo-1febb887756b39cb51179536e0fd8b1a9f5a93a1.zip
dev-cpp/catch: remove outdated blockers
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r--dev-cpp/catch/catch-1.12.2-r1.ebuild4
-rw-r--r--dev-cpp/catch/catch-1.9999.ebuild4
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)