From 1f5f11a6179cdc1cecb56acfdff37ccf8bddc0c8 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 22 Jan 2020 12:05:44 -0800 Subject: [PATCH] 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 --- media-libs/libmng/libmng-2.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.26.2