From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0DA69138BF0 for ; Mon, 12 Oct 2015 23:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AE1AE07EB; Mon, 12 Oct 2015 23:24:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD7B3E07EA for ; Mon, 12 Oct 2015 23:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E23C334086E for ; Mon, 12 Oct 2015 23:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1070F5E for ; Mon, 12 Oct 2015 23:24:11 +0000 (UTC) From: "Ryan Hill" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Hill" Message-ID: <1444692143.167178f6da3e1de26d6a670bec95359dd52a0385.rhill@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-1.8.8-r2.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: rhill X-VCS-Committer-Name: Ryan Hill X-VCS-Revision: 167178f6da3e1de26d6a670bec95359dd52a0385 X-VCS-Branch: master Date: Mon, 12 Oct 2015 23:24:11 +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: f704fb1b-78af-49c2-b70b-ff567730f518 X-Archives-Hash: e90336048e640e31cc89b3596c76ab44 commit: 167178f6da3e1de26d6a670bec95359dd52a0385 Author: Ryan Hill gentoo org> AuthorDate: Sat Sep 19 03:58:04 2015 +0000 Commit: Ryan Hill gentoo org> CommitDate: Mon Oct 12 23:22:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167178f6 dev-scheme/guile: configure.in -> .ac dev-scheme/guile/guile-1.8.8-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-scheme/guile/guile-1.8.8-r2.ebuild b/dev-scheme/guile/guile-1.8.8-r2.ebuild index 3f854da..e0f62a9 100644 --- a/dev-scheme/guile/guile-1.8.8-r2.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r2.ebuild @@ -44,6 +44,10 @@ src_prepare() { -i guile-readline/configure.in epatch_user + + mv "${S}"/configure.{in,ac} || die + mv "${S}"/guile-readline/configure.{in,ac} || die + eautoreconf }