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 AA449138335 for ; Thu, 25 Apr 2019 22:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BFCE09A6; Thu, 25 Apr 2019 22:32:31 +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 A4136E0997 for ; Thu, 25 Apr 2019 22:32:31 +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 BB822342824 for ; Thu, 25 Apr 2019 22:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D816571 for ; Thu, 25 Apr 2019 22:32:27 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1556231538.330f20a64d3e6bda6b99e314c4d13356d71d3cdd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/geeqie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/geeqie/geeqie-1.4-r1.ebuild X-VCS-Directories: media-gfx/geeqie/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 330f20a64d3e6bda6b99e314c4d13356d71d3cdd X-VCS-Branch: master Date: Thu, 25 Apr 2019 22:32:27 +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: 6c8ed561-e5e3-4faf-aff8-602eaaf051d1 X-Archives-Hash: 2a644a40bd1cd108f368882be52851ea commit: 330f20a64d3e6bda6b99e314c4d13356d71d3cdd Author: Pacho Ramos gentoo org> AuthorDate: Thu Apr 25 22:12:46 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Apr 25 22:32:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330f20a6 media-gfx/geeqie: Rename to configure.ac Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> media-gfx/geeqie/geeqie-1.4-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/geeqie/geeqie-1.4-r1.ebuild b/media-gfx/geeqie/geeqie-1.4-r1.ebuild index d98bed39302..5cf44c8bfe1 100644 --- a/media-gfx/geeqie/geeqie-1.4-r1.ebuild +++ b/media-gfx/geeqie/geeqie-1.4-r1.ebuild @@ -49,6 +49,7 @@ src_prepare() { # Remove -Werror (gcc changes may add new warnings) sed -e '/CFLAGS/s/-Werror //g' -i configure.in || die + mv configure.{in,ac} || die eautoreconf }