diff options
author | David Seifert <soap@gentoo.org> | 2024-01-22 14:52:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2024-01-22 14:52:50 +0100 |
commit | 0f7c72a134783d69d6a1caa14f981b48f3b7a256 (patch) | |
tree | 15b0d6807f2ab3fc43afc62540bef78d9b89e2b2 /dev-libs/cppcodec | |
parent | app-misc/ddcui: add 0.5.0 (diff) | |
download | gentoo-0f7c72a134783d69d6a1caa14f981b48f3b7a256.tar.gz gentoo-0f7c72a134783d69d6a1caa14f981b48f3b7a256.tar.bz2 gentoo-0f7c72a134783d69d6a1caa14f981b48f3b7a256.zip |
dev-libs/cppcodec: restrict catch2 to <3.0.0
Closes: https://bugs.gentoo.org/852131
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/cppcodec')
-rw-r--r-- | dev-libs/cppcodec/cppcodec-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cppcodec/cppcodec-0.2.ebuild b/dev-libs/cppcodec/cppcodec-0.2.ebuild index c378468fac29..3c62cdcdc8e4 100644 --- a/dev-libs/cppcodec/cppcodec-0.2.ebuild +++ b/dev-libs/cppcodec/cppcodec-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="test? ( >=dev-cpp/catch-2.3.0:0 )" +DEPEND="test? ( <dev-cpp/catch-3:0 )" BDEPEND="test? ( virtual/pkgconfig )" src_configure() { |