diff options
author | Sam James <sam@gentoo.org> | 2021-10-14 06:09:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-14 06:09:20 +0100 |
commit | cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b (patch) | |
tree | 05dc8b4dde2f1b0dc07abdd6b5bc2bfbb4466488 /sys-apps/debianutils | |
parent | x11-libs/libva-intel-media-driver: sync live ebuild (diff) | |
download | gentoo-cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b.tar.gz gentoo-cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b.tar.bz2 gentoo-cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/debianutils-5.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/debianutils/debianutils-5.5.ebuild b/sys-apps/debianutils/debianutils-5.5.ebuild index ed027764f11c..6860eb14040d 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() { |