commit: 47621a76605e94990adb5c2718700c90291e5f64 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 21:04:26 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 21:05:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47621a76
media-sound/cdtool: add eautoreconf for modern C Closes: https://bugs.gentoo.org/899848 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../cdtool/{cdtool-2.1.8-r1.ebuild => cdtool-2.1.8-r2.ebuild} | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/media-sound/cdtool/cdtool-2.1.8-r1.ebuild b/media-sound/cdtool/cdtool-2.1.8-r2.ebuild similarity index 84% rename from media-sound/cdtool/cdtool-2.1.8-r1.ebuild rename to 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 +}
