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 5DBCE1381F3 for ; Mon, 15 Apr 2013 19:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3004EE0AC5; Mon, 15 Apr 2013 19:51:42 +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 BE086E0AC5 for ; Mon, 15 Apr 2013 19:51:41 +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 DB20833BE52 for ; Mon, 15 Apr 2013 19:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7F595E43D0 for ; Mon, 15 Apr 2013 19:51:39 +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: <1366055484.16d21466f3fbcae93fef786df17007039da75345.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-2.0.9.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: pchrist X-VCS-Committer-Name: Panagiotis Christopoulos X-VCS-Revision: 16d21466f3fbcae93fef786df17007039da75345 X-VCS-Branch: master Date: Mon, 15 Apr 2013 19:51:39 +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: 63614fad-57a7-41c6-a54b-951aa1ee3e87 X-Archives-Hash: e1916f8961155326feec40fabbd1c0f2 commit: 16d21466f3fbcae93fef786df17007039da75345 Author: Panagiotis Christopoulos (pchrist) gentoo org> AuthorDate: Mon Apr 15 19:51:24 2013 +0000 Commit: Panagiotis Christopoulos gentoo org> CommitDate: Mon Apr 15 19:51:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=16d21466 dev-scheme/guile-2.0.9: force >=automake-1.12 Package-Manager: portage-2.1.11.62 Manifest-Sign-Key: 3AC579B91BC03656 --- dev-scheme/guile/guile-2.0.9.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/dev-scheme/guile/guile-2.0.9.ebuild b/dev-scheme/guile/guile-2.0.9.ebuild index c1c5d8a..948be54 100644 --- a/dev-scheme/guile/guile-2.0.9.ebuild +++ b/dev-scheme/guile/guile-2.0.9.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit autotools eutils flag-o-matic +WANT_AUTOMAKE=1.12 + DESCRIPTION="GNU Ubiquitous Intelligent Language for Extensions" HOMEPAGE="http://www.gnu.org/software/guile/" SRC_URI="mirror://gnu/guile/${P}.tar.gz"