From: Georgy Yakovlev Date: Wed, 22 Jan 2020 20:05:44 +0000 (-0800) Subject: media-libs/libmng: run eautoreconf in src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1f5f11a6179cdc1cecb56acfdff37ccf8bddc0c8;p=gentoo.git media-libs/libmng: run eautoreconf in src_prepare 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 --- diff --git a/media-libs/libmng/libmng-2.0.3.ebuild b/media-libs/libmng/libmng-2.0.3.ebuild index 551d20b6f981..5b534b00a619 100644 --- a/media-libs/libmng/libmng-2.0.3.ebuild +++ b/media-libs/libmng/libmng-2.0.3.ebuild @@ -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 }