summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-04 09:14:55 +0100
committerSam James <sam@gentoo.org>2022-10-04 10:08:59 +0100
commit0cc389ffb7b196a1738cf765b3d19d8503293d68 (patch)
tree8718875d315069fa143290ff341af6fe1c7a9f90 /media-sound
parentdev-tcltk/tktray: BROOT -> ESYSROOT (diff)
downloadgentoo-0cc389ffb7b196a1738cf765b3d19d8503293d68.tar.gz
gentoo-0cc389ffb7b196a1738cf765b3d19d8503293d68.tar.bz2
gentoo-0cc389ffb7b196a1738cf765b3d19d8503293d68.zip
media-sound/mp3wrap: EAPI 8, fix configure w/ Clang 16
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mp3wrap/mp3wrap-0.5.ebuild12
1 files 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