From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RUqjw-0004l1-9i for garchives@archives.gentoo.org; Mon, 28 Nov 2011 02:14:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4105121C074; Mon, 28 Nov 2011 02:14:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 13C7B21C074 for ; Mon, 28 Nov 2011 02:14:23 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F5BB1B401F for ; Mon, 28 Nov 2011 02:14:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 537582004C; Mon, 28 Nov 2011 02:14:21 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/bristol: bristol-0.60.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: bristol-0.60.9.ebuild ChangeLog X-VCS-Directories: media-sound/bristol X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20111128021421.537582004C@flycatcher.gentoo.org> Date: Mon, 28 Nov 2011 02:14:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f6030f0c-88ae-49d7-a3dd-6c9d16844586 X-Archives-Hash: 98a9c05a6b1a198a5afeee6daf8fca2a radhermit 11/11/28 02:14:21 Modified: bristol-0.60.9.ebuild ChangeLog Log: Add local scope for myeconfargs. =20 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64) Revision Changes Path 1.5 media-sound/bristol/bristol-0.60.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/bristo= l/bristol-0.60.9.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/bristo= l/bristol-0.60.9.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/bristo= l/bristol-0.60.9.ebuild?r1=3D1.4&r2=3D1.5 Index: bristol-0.60.9.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.60.9.ebui= ld,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bristol-0.60.9.ebuild 28 Nov 2011 02:04:25 -0000 1.4 +++ bristol-0.60.9.ebuild 28 Nov 2011 02:14:21 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.60.9.eb= uild,v 1.4 2011/11/28 02:04:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.60.9.eb= uild,v 1.5 2011/11/28 02:14:21 radhermit Exp $ =20 EAPI=3D"4" =20 @@ -35,7 +35,7 @@ } =20 src_configure() { - myeconfargs=3D( + local myeconfargs=3D( --disable-version-check $(use_enable alsa) $(use_enable oss) 1.12 media-sound/bristol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/bristo= l/ChangeLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/bristo= l/ChangeLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/bristo= l/ChangeLog?r1=3D1.11&r2=3D1.12 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 28 Nov 2011 02:04:25 -0000 1.11 +++ ChangeLog 28 Nov 2011 02:14:21 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/bristol # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.11 = 2011/11/28 02:04:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.12 = 2011/11/28 02:14:21 radhermit Exp $ + + 28 Nov 2011; Tim Harder bristol-0.60.9.ebuild: + Add local scope for myeconfargs. =20 28 Nov 2011; Tim Harder bristol-0.60.9.ebuild: Fix autotools-utils usage (bug #392185).