From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 67D15138350 for ; Wed, 22 Jan 2020 20:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 974FEE086C; Wed, 22 Jan 2020 20:06:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2387E086C for ; Wed, 22 Jan 2020 20:06:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03F7D34E072 for ; Wed, 22 Jan 2020 20:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B339097 for ; Wed, 22 Jan 2020 20:06:35 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1579723559.1f5f11a6179cdc1cecb56acfdff37ccf8bddc0c8.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmng/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmng/libmng-2.0.3.ebuild X-VCS-Directories: media-libs/libmng/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1f5f11a6179cdc1cecb56acfdff37ccf8bddc0c8 X-VCS-Branch: master Date: Wed, 22 Jan 2020 20:06:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c74f3969-6450-4e67-85ee-e8b80a709143 X-Archives-Hash: 921513b478abf580a2d461a97652f468 commit: 1f5f11a6179cdc1cecb56acfdff37ccf8bddc0c8 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jan 22 20:05:44 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jan 22 20:05:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5f11a6 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 gentoo.org> 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 551d20b6f98..5b534b00a61 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 }