commit:     0cc389ffb7b196a1738cf765b3d19d8503293d68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 08:14:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 09:08:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc389ff

media-sound/mp3wrap: EAPI 8, fix configure w/ Clang 16

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/mp3wrap/mp3wrap-0.5.ebuild | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/media-sound/mp3wrap/mp3wrap-0.5.ebuild 
b/media-sound/mp3wrap/mp3wrap-0.5.ebuild
index c0f1e36d268f..02ef4c9ca59b 100644
--- a/media-sound/mp3wrap/mp3wrap-0.5.ebuild
+++ b/media-sound/mp3wrap/mp3wrap-0.5.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="Command-line utility that wraps multiple mp3 files into one large 
playable mp3"
 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
@@ -13,6 +15,12 @@ KEYWORDS="amd64 ~ppc sparc x86"
 
 PATCHES=( "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch )
 
+src_prepare() {
+       default
+
+       eautoreconf
+}
+
 src_install() {
        dobin mp3wrap
 

Reply via email to