From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1330137-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id AC645158086
	for <garchives@archives.gentoo.org>; Thu, 14 Oct 2021 05:09:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BAD19E083D;
	Thu, 14 Oct 2021 05:09:37 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A1140E083D
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 05:09:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A074B3433A8
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 05:09:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 14DA5157
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 05:09:35 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1634188160.cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/debianutils/debianutils-5.5.ebuild
X-VCS-Directories: sys-apps/debianutils/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: cd8f60fb88f2a3f3816ab737ab5f6228f003fe9b
X-VCS-Branch: master
Date: Thu, 14 Oct 2021 05:09:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9b0e88aa-04ed-4b21-9c72-1ce3d510d5cc
X-Archives-Hash: 7ba976cd7631a5d342c97c2c5bea5aa3

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() {