From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IeuzP-00025t-Qt for garchives@archives.gentoo.org; Mon, 08 Oct 2007 15:57:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l98FmILG027456; Mon, 8 Oct 2007 15:48:18 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l98FmHSR027415 for ; Mon, 8 Oct 2007 15:48:17 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C4A2164BF7 for ; Mon, 8 Oct 2007 15:48:16 +0000 (UTC) Received: from calchan by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Ieuq7-0005J3-NA for gentoo-commits@lists.gentoo.org; Mon, 08 Oct 2007 15:48:15 +0000 From: "Denis Dupeyron (calchan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, calchan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/guile-gnome-platform: guile-gnome-platform-2.15.92.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: guile-gnome-platform-2.15.92.ebuild ChangeLog X-VCS-Directories: dev-scheme/guile-gnome-platform X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Denis Dupeyron Date: Mon, 08 Oct 2007 15:48:15 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 5a4d0fd4-4e7d-4622-9f93-9e25e246ed11 X-Archives-Hash: 148ccb29a2cdaab1acfcc6e692863a24 calchan 07/10/08 15:48:15 Modified: guile-gnome-platform-2.15.92.ebuild ChangeLog Log: Added --disable-Werror option to econf. (Portage version: 2.1.3.12) Revision Changes Path 1.2 dev-scheme/guile-gnome-platform/guile-gnome-platform-2.15.92.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.15.92.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.15.92.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.15.92.ebuild?r1=1.1&r2=1.2 Index: guile-gnome-platform-2.15.92.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.15.92.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- guile-gnome-platform-2.15.92.ebuild 6 Jun 2007 23:17:29 -0000 1.1 +++ guile-gnome-platform-2.15.92.ebuild 8 Oct 2007 15:48:15 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.15.92.ebuild,v 1.1 2007/06/06 23:17:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.15.92.ebuild,v 1.2 2007/10/08 15:48:15 calchan Exp $ inherit eutils autotools multilib @@ -38,7 +38,7 @@ } src_compile() { - econf || die "configure failed" + econf --disable-Werror || die "configure failed" emake \ guilegnomedir=/usr/share/guile/site \ guilegnomelibdir=/usr/$(get_libdir) \ 1.2 dev-scheme/guile-gnome-platform/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile-gnome-platform/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile-gnome-platform/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile-gnome-platform/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Jun 2007 23:17:29 -0000 1.1 +++ ChangeLog 8 Oct 2007 15:48:15 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-scheme/guile-gnome-platform # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/ChangeLog,v 1.1 2007/06/06 23:17:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/ChangeLog,v 1.2 2007/10/08 15:48:15 calchan Exp $ + + 08 Oct 2007; Denis Dupeyron + guile-gnome-platform-2.15.92.ebuild: + Added --disable-Werror option to econf. *guile-gnome-platform-2.15.92 (06 Jun 2007) -- gentoo-commits@gentoo.org mailing list