diff options
-rw-r--r-- | media-sound/normalize/normalize-0.7.7-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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 +} |