Skip to content

Commit

Permalink
media-sound/audacity: bound dev-cpp/catch test dep
Browse files Browse the repository at this point in the history
See: audacity/audacity#5771
See: audacity/audacity#5841 (reply in thread)
Bug: https://bugs.gentoo.org/916258
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
  • Loading branch information
matoro committed Jan 16, 2024
1 parent db254b6 commit 69dfe9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-sound/audacity/audacity-3.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion media-sound/audacity/audacity-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69dfe9b

Please sign in to comment.