summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-09 22:04:26 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-09 22:05:05 +0100
commit47621a76605e94990adb5c2718700c90291e5f64 (patch)
treed2e131a992ad5d30ccb5316c9626dec491a4559e /media-sound
parentdev-tcltk/tklib: add 0.8 (diff)
downloadgentoo-47621a76605e94990adb5c2718700c90291e5f64.tar.gz
gentoo-47621a76605e94990adb5c2718700c90291e5f64.tar.bz2
gentoo-47621a76605e94990adb5c2718700c90291e5f64.zip
media-sound/cdtool: add eautoreconf for modern C
Closes: https://bugs.gentoo.org/899848 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/cdtool/cdtool-2.1.8-r2.ebuild (renamed from media-sound/cdtool/cdtool-2.1.8-r1.ebuild)11
1 files changed, 10 insertions, 1 deletions
diff --git a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild b/media-sound/cdtool/cdtool-2.1.8-r2.ebuild
index c95d197d9ecb..5f956ce207a9 100644
--- a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild
+++ b/media-sound/cdtool/cdtool-2.1.8-r2.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+inherit autotools
DESCRIPTION="collection of command-line utilities to control cdrom devices"
HOMEPAGE="http://hinterhof.net/cdtool/"
@@ -17,3 +19,10 @@ PATCHES=(
"${FILESDIR}/${P}-glibc-2.10.patch"
"${FILESDIR}/${P}-fix-build-system.patch"
)
+
+src_prepare() {
+ default
+
+ # bug 899848
+ eautoreconf
+}