diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-01-04 11:41:52 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-01-04 11:42:02 +0100 |
commit | b063c8f9685a9ee92e2400c736ad60fa202292ad (patch) | |
tree | 00e7220b69d70583900601f16a0301ac0a0cefb3 | |
parent | sci-libs/huggingface_hub: PythonCompatUpdate (diff) | |
download | gentoo-b063c8f9685a9ee92e2400c736ad60fa202292ad.tar.gz gentoo-b063c8f9685a9ee92e2400c736ad60fa202292ad.tar.bz2 gentoo-b063c8f9685a9ee92e2400c736ad60fa202292ad.zip |
media-sound/asunder: fixed tests in 3.0.1-r1
Closes: https://bugs.gentoo.org/911118
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r-- | media-sound/asunder/asunder-3.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/asunder/files/asunder-3.0.1-fix-tests.patch | 11 |
2 files changed, 14 insertions, 1 deletions
diff --git a/media-sound/asunder/asunder-3.0.1-r1.ebuild b/media-sound/asunder/asunder-3.0.1-r1.ebuild index 22ad05fbe08e..b53892be0e52 100644 --- a/media-sound/asunder/asunder-3.0.1-r1.ebuild +++ b/media-sound/asunder/asunder-3.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,6 +31,8 @@ RDEPEND="${DEPEND} vorbis? ( media-sound/vorbis-tools ) wavpack? ( media-sound/wavpack )" +PATCHES=( "${FILESDIR}/${PN}-3.0.1-fix-tests.patch" ) + src_prepare() { default sed -i -e 's:cd syslogng && $(MAKE) install:true:' Makefile.in || die diff --git a/media-sound/asunder/files/asunder-3.0.1-fix-tests.patch b/media-sound/asunder/files/asunder-3.0.1-fix-tests.patch new file mode 100644 index 000000000000..d5be02045bdd --- /dev/null +++ b/media-sound/asunder/files/asunder-3.0.1-fix-tests.patch @@ -0,0 +1,11 @@ +--- a/po/POTFILES.in ++++ b/po/POTFILES.in +@@ -6,5 +6,6 @@ src/interface.c + src/prefs.c + src/support.c + src/threads.c ++src/upload.c + src/util.c +-src/wrappers.c +\ No newline at end of file ++src/wrappers.c |