commit:     dc883edadf4bf449e94f141f87290f8781fb8875
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 14:21:31 2021 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 14:49:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc883eda

app-text/barcode: QA use eautoreconf

Closes: https://bugs.gentoo.org/814305
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-text/barcode/barcode-0.99-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-text/barcode/barcode-0.99-r1.ebuild 
b/app-text/barcode/barcode-0.99-r1.ebuild
index 9defd1531f06..51debbbbb972 100644
--- a/app-text/barcode/barcode-0.99-r1.ebuild
+++ b/app-text/barcode/barcode-0.99-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="barcode generator"
 HOMEPAGE="https://www.gnu.org/software/barcode/";
 SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
@@ -20,13 +22,15 @@ PATCHES=(
 )
 
 src_prepare() {
+       default
+
        sed -i -e '/^LDFLAGS =/s:=:+=:' \
                -e "/^aLIBDIR/s:lib:$(get_libdir):" \
                -e '/^INFODIR/s:info:share/info:' \
                -e '/^MAN/s:man:share/man:' \
                Makefile.in || die
 
-       default
+       eautoreconf
 }
 
 src_configure() {

Reply via email to