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 2A60C1382C5 for ; Tue, 8 May 2018 10:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 513ECE0AB2; Tue, 8 May 2018 10:31:46 +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 2F450E0AB2 for ; Tue, 8 May 2018 10:31:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1F873335C72 for ; Tue, 8 May 2018 10:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C4D4257 for ; Tue, 8 May 2018 10:31:43 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1525775480.18cabc19e1d45a79d629ca0c975e9a60a349296c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dvipng/dvipng-1.15-r1.ebuild X-VCS-Directories: app-text/dvipng/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 18cabc19e1d45a79d629ca0c975e9a60a349296c X-VCS-Branch: master Date: Tue, 8 May 2018 10:31:43 +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-Archives-Salt: 0ddc2808-2a95-4d5c-a626-af126c9a58cc X-Archives-Hash: 413bfe896348abac3cd1f5deabfae54b commit: 18cabc19e1d45a79d629ca0c975e9a60a349296c Author: Ulrich Müller gentoo org> AuthorDate: Tue May 8 10:31:20 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 8 10:31:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cabc19 app-text/dvipng: Use acinclude.m4 to save local macros. Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-text/dvipng/dvipng-1.15-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/dvipng/dvipng-1.15-r1.ebuild b/app-text/dvipng/dvipng-1.15-r1.ebuild index 1b3506f379f..14d8b025c60 100644 --- a/app-text/dvipng/dvipng-1.15-r1.ebuild +++ b/app-text/dvipng/dvipng-1.15-r1.ebuild @@ -33,8 +33,8 @@ src_prepare() { eapply_user # save local macros, since we regenerate aclocal.m4 below - mv aclocal.m4 mylocal.m4 || die - AT_M4DIR=. eautoreconf + mv aclocal.m4 acinclude.m4 || die + eautoreconf } src_configure() {