media-libs/libmng: run eautoreconf in src_prepare
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 22 Jan 2020 20:05:44 +0000 (12:05 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 22 Jan 2020 20:05:59 +0000 (12:05 -0800)
it was lost on eapibump

Closes: https://bugs.gentoo.org/668676
Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
media-libs/libmng/libmng-2.0.3.ebuild

index 551d20b6f9810601834096b7adf7541f9b2221bc..5b534b00a61930f4860a9e45c4d929f2ca1f9aa7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}"
 PATCHES=( "${FILESDIR}"/${P}-jpeg-9a.patch )
 
 src_prepare() {
+       eautoreconf
        emake distclean
        default
 }