commit:     cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 05:09:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 05:09:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8f60fb

sys-apps/debianutils: add eautoreconf in 5.5

Needed for the sed re po4a.

See: https://github.com/gentoo/gentoo/pull/22568
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/debianutils/debianutils-5.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/debianutils/debianutils-5.5.ebuild 
b/sys-apps/debianutils/debianutils-5.5.ebuild
index ed027764f11..6860eb14040 100644
--- a/sys-apps/debianutils/debianutils-5.5.ebuild
+++ b/sys-apps/debianutils/debianutils-5.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="A selection of tools from Debian"
 HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html";
@@ -29,6 +29,7 @@ src_prepare() {
        sed -i -e '/SUBDIRS/s|po4a||' Makefile.am || die
 
        default
+       eautoreconf
 }
 
 src_configure() {

Reply via email to