diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-04-23 13:05:36 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-04-23 13:05:47 +0200 |
commit | e587e18e831bd6073b815cb7f18e3d83bea3ea26 (patch) | |
tree | 51fd947c0d5b768924770821f1515d908e405a37 /net-im/biboumi | |
parent | net-im/biboumi: fix compilation with GCC 13 (diff) | |
download | gentoo-e587e18e831bd6073b815cb7f18e3d83bea3ea26.tar.gz gentoo-e587e18e831bd6073b815cb7f18e3d83bea3ea26.tar.bz2 gentoo-e587e18e831bd6073b815cb7f18e3d83bea3ea26.zip |
net-im/biboumi: require <catch-3 for tests
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/biboumi')
-rw-r--r-- | net-im/biboumi/biboumi-9.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/biboumi/biboumi-9.0-r4.ebuild b/net-im/biboumi/biboumi-9.0-r4.ebuild index a4434d7b0d16..0383c5bd9893 100644 --- a/net-im/biboumi/biboumi-9.0-r4.ebuild +++ b/net-im/biboumi/biboumi-9.0-r4.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" " DEPEND=" ${COMMON_DEPEND} - test? ( dev-cpp/catch:0 ) + test? ( <dev-cpp/catch-3:0 ) " BDEPEND="dev-python/sphinx" RDEPEND=" |