public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3wrap/
@ 2022-10-04  9:09 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-10-04  9:09 UTC (permalink / raw
  To: gentoo-commits

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
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-04  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04  9:09 [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3wrap/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox