commit:     b063c8f9685a9ee92e2400c736ad60fa202292ad
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 10:41:52 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 10:42:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b063c8f9

media-sound/asunder: fixed tests in 3.0.1-r1

Closes: https://bugs.gentoo.org/911118
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/asunder/asunder-3.0.1-r1.ebuild             |  4 +++-
 media-sound/asunder/files/asunder-3.0.1-fix-tests.patch | 11 +++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

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

Reply via email to