diff options
Diffstat (limited to 'dev-cpp/catch/catch-1.12.2-r1.ebuild')
-rw-r--r-- | dev-cpp/catch/catch-1.12.2-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 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 ) |