diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-06-18 20:22:00 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-06-18 20:54:54 +0200 |
commit | 3b02eb7441500fa4390d77353ddddb092b13fee0 (patch) | |
tree | f6816700dbb07137486c03d42d0d4cd23e2d5749 /media-libs/libheif | |
parent | dev-python/websockify: Remove old (diff) | |
download | gentoo-3b02eb7441500fa4390d77353ddddb092b13fee0.tar.gz gentoo-3b02eb7441500fa4390d77353ddddb092b13fee0.tar.bz2 gentoo-3b02eb7441500fa4390d77353ddddb092b13fee0.zip |
media-libs/libheif: Explicitly require catch version 2
Closes: https://bugs.gentoo.org/926176
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-libs/libheif')
-rw-r--r-- | media-libs/libheif/libheif-1.15.2-r1.ebuild (renamed from media-libs/libheif/libheif-1.15.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libheif/libheif-1.15.2.ebuild b/media-libs/libheif/libheif-1.15.2-r1.ebuild index da7af41c80cc..491451aa033b 100644 --- a/media-libs/libheif/libheif-1.15.2.ebuild +++ b/media-libs/libheif/libheif-1.15.2-r1.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" # Bug 865351: tests requires <dev-cpp/catch-3 BDEPEND=" test? ( - <dev-cpp/catch-3 + =dev-cpp/catch-2* dev-lang/go ) " |