diff options
author | 2024-01-16 10:35:32 -0500 | |
---|---|---|
committer | 2024-01-16 21:44:55 -0500 | |
commit | 0003e74d64c167c8dffddb84e1f9b1714d32f499 (patch) | |
tree | 14c6a13446f3404f117ac1352e0c4ba9b6eecb0d /media-sound/audacity | |
parent | sys-apps/restorecond: bump to 3.6 (diff) | |
download | gentoo-0003e74d64c167c8dffddb84e1f9b1714d32f499.tar.gz gentoo-0003e74d64c167c8dffddb84e1f9b1714d32f499.tar.bz2 gentoo-0003e74d64c167c8dffddb84e1f9b1714d32f499.zip |
media-sound/audacity: bound dev-cpp/catch test dep
See: https://github.com/audacity/audacity/issues/5771
See: https://github.com/audacity/audacity/discussions/5841#discussioncomment-8140537
Bug: https://bugs.gentoo.org/916258
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-3.3.3.ebuild | 2 | ||||
-rw-r--r-- | media-sound/audacity/audacity-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audacity/audacity-3.3.3.ebuild b/media-sound/audacity/audacity-3.3.3.ebuild index f77da513d7d2..a839024bcc60 100644 --- a/media-sound/audacity/audacity-3.3.3.ebuild +++ b/media-sound/audacity/audacity-3.3.3.ebuild @@ -103,7 +103,7 @@ RDEPEND="dev-db/sqlite:3 wavpack? ( media-sound/wavpack ) " DEPEND="${RDEPEND} - test? ( dev-cpp/catch:0 )" + test? ( <dev-cpp/catch-3:0 )" BDEPEND="app-arch/unzip sys-devel/gettext virtual/pkgconfig diff --git a/media-sound/audacity/audacity-9999.ebuild b/media-sound/audacity/audacity-9999.ebuild index b8d173af117a..f00f0a9e1f66 100644 --- a/media-sound/audacity/audacity-9999.ebuild +++ b/media-sound/audacity/audacity-9999.ebuild @@ -104,7 +104,7 @@ RDEPEND="dev-db/sqlite:3 wavpack? ( media-sound/wavpack ) " DEPEND="${RDEPEND} - test? ( dev-cpp/catch:0 )" + test? ( <dev-cpp/catch-3:0 )" BDEPEND="app-arch/unzip sys-devel/gettext virtual/pkgconfig |