commit: e83f1c2d938c87366b79a9fb9b8d1dc3597e18f2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 11 00:59:31 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 11 00:59:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83f1c2d
media-sound/normalize: fix tests Closes: https://bugs.gentoo.org/740488 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/normalize/normalize-0.7.7-r1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/media-sound/normalize/normalize-0.7.7-r1.ebuild b/media-sound/normalize/normalize-0.7.7-r1.ebuild index 07f55a40e1c2..fd1ccdd12ed9 100644 --- a/media-sound/normalize/normalize-0.7.7-r1.ebuild +++ b/media-sound/normalize/normalize-0.7.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,3 +41,9 @@ src_configure() { $(use_enable nls) \ --disable-xmms } + +src_test() { + # .sh tests missing a dep on ../src/mktestwav but ancient autoconf/automake + # so too mmuch hassle to patch, bug #740488. + emake -j1 check +}
