Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Thu, 14 Oct 2021 05:09:38
Message-Id: 1634188160.cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b.sam@gentoo
1 commit: cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 05:09:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 05:09:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8f60fb
7
8 sys-apps/debianutils: add eautoreconf in 5.5
9
10 Needed for the sed re po4a.
11
12 See: https://github.com/gentoo/gentoo/pull/22568
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-apps/debianutils/debianutils-5.5.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-apps/debianutils/debianutils-5.5.ebuild b/sys-apps/debianutils/debianutils-5.5.ebuild
19 index ed027764f11..6860eb14040 100644
20 --- a/sys-apps/debianutils/debianutils-5.5.ebuild
21 +++ b/sys-apps/debianutils/debianutils-5.5.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=8
25
26 -inherit flag-o-matic
27 +inherit autotools flag-o-matic
28
29 DESCRIPTION="A selection of tools from Debian"
30 HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
31 @@ -29,6 +29,7 @@ src_prepare() {
32 sed -i -e '/SUBDIRS/s|po4a||' Makefile.am || die
33
34 default
35 + eautoreconf
36 }
37
38 src_configure() {