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 183E71381F3 for ; Wed, 24 Apr 2013 21:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E00F6E097A; Wed, 24 Apr 2013 21:37:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72E74E097A for ; Wed, 24 Apr 2013 21:37:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EA5E33DE62 for ; Wed, 24 Apr 2013 21:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E191BE408C for ; Wed, 24 Apr 2013 21:37:44 +0000 (UTC) From: "Panagiotis Christopoulos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Panagiotis Christopoulos" Message-ID: <1366839371.bc2a090cfbd751187245553d9e422389a621cc0e.pchrist@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-scheme/guile/guile-1.8.8-r3.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: pchrist X-VCS-Committer-Name: Panagiotis Christopoulos X-VCS-Revision: bc2a090cfbd751187245553d9e422389a621cc0e X-VCS-Branch: master Date: Wed, 24 Apr 2013 21:37:44 +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: e071ec1f-cd3b-4f7c-b7a4-269c0036789c X-Archives-Hash: a6783b1560e1a82f0c09afbb1cd13f0a commit: bc2a090cfbd751187245553d9e422389a621cc0e Author: Panagiotis Christopoulos (pchrist) gentoo org> AuthorDate: Wed Apr 24 21:36:11 2013 +0000 Commit: Panagiotis Christopoulos gentoo org> CommitDate: Wed Apr 24 21:36:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=bc2a090c dev-scheme/guile-1.8.8-r3: Force WANT_AUTOMAKE=1.12 , temporary fix for bug #467064, reported by Thomas Witt [bugs thwitt de] Package-Manager: portage-2.1.11.62 RepoMan-Options: --force Manifest-Sign-Key: 3AC579B91BC03656 --- dev-scheme/guile/guile-1.8.8-r3.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dev-scheme/guile/guile-1.8.8-r3.ebuild b/dev-scheme/guile/guile-1.8.8-r3.ebuild index 5f5cb95..65757e7 100644 --- a/dev-scheme/guile/guile-1.8.8-r3.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r3.ebuild @@ -3,6 +3,7 @@ # $Header: $ EAPI=5 +WANT_AUTOMAKE=1.12 inherit eutils autotools flag-o-matic elisp-common DESCRIPTION="Scheme interpreter"