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 0A0D2138BEF 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 33815E07EA; 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 B625BE07E8 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 BF14534086C 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 AF780F5C 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: <1444692141.337098283222c6887f5f2d77c3f58a2139cf8233.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: 337098283222c6887f5f2d77c3f58a2139cf8233 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: 377479b3-46f7-4c9a-be28-590e86e5d342 X-Archives-Hash: 0f3d8048b45d7dea0f0d44663ccb29f7 commit: 337098283222c6887f5f2d77c3f58a2139cf8233 Author: Ryan Hill gentoo org> AuthorDate: Sat Sep 19 03:47:29 2015 +0000 Commit: Ryan Hill gentoo org> CommitDate: Mon Oct 12 23:22:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33709828 dev-scheme/guile: Add epatch_user (bug #507152) dev-scheme/guile/guile-1.8.8-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-scheme/guile/guile-1.8.8-r2.ebuild b/dev-scheme/guile/guile-1.8.8-r2.ebuild index 858ec54..3f854da 100644 --- a/dev-scheme/guile/guile-1.8.8-r2.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r2.ebuild @@ -42,6 +42,8 @@ src_prepare() { -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" \ -e "/AM_PROG_CC_STDC/d" \ -i guile-readline/configure.in + + epatch_user eautoreconf }