From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jp8s5-0003bs-Fr for garchives@archives.gentoo.org; Thu, 24 Apr 2008 21:20:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC117E052F; Thu, 24 Apr 2008 21:20:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7AD12E052F for ; Thu, 24 Apr 2008 21:20:48 +0000 (UTC) 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 5611D663C4 for ; Thu, 24 Apr 2008 21:20:43 +0000 (UTC) Received: from joker by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jp8rx-0005CL-FL for gentoo-commits@lists.gentoo.org; Thu, 24 Apr 2008 21:20:41 +0000 From: "Christian Birchinger (joker)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, joker@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmame: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild X-VCS-Directories: games-emulation/sdlmame X-VCS-Committer: joker X-VCS-Committer-Name: Christian Birchinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Christian Birchinger Date: Thu, 24 Apr 2008 21:20:41 +0000 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: c5bbcc89-5d60-4a53-8c5c-3df89ed6824a X-Archives-Hash: a03570abcd96df517e9371b14a64a2da joker 08/04/24 21:20:41 Modified: sdlmame-0.124_p3.ebuild sdlmame-0.124.ebuild Log: Use enable_feature for DEBUGGER instead of using make_opts (Portage version: 2.1.4.4) Revision Changes Path 1.3 games-emulation/sdlmame/sdlmame-0.124_p3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sd= lmame/sdlmame-0.124_p3.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sd= lmame/sdlmame-0.124_p3.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sd= lmame/sdlmame-0.124_p3.ebuild?r1=3D1.2&r2=3D1.3 Index: sdlmame-0.124_p3.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/games-emulation/sdlmame/sdlmame-0.124_p= 3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sdlmame-0.124_p3.ebuild 24 Apr 2008 20:34:33 -0000 1.2 +++ sdlmame-0.124_p3.ebuild 24 Apr 2008 21:20:40 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124= _p3.ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124= _p3.ebuild,v 1.3 2008/04/24 21:20:40 joker Exp $ =20 inherit eutils flag-o-matic games =20 @@ -96,7 +96,7 @@ enable_feature DEBUG enable_feature PROFILE enable_feature SYMBOLS - make_opts=3D"${make_opts} DEBUGGER=3D1" + enable_feature DEBUGGER fi =20 use opengl || make_opts=3D"${make_opts} NO_OPENGL=3D1" 1.3 games-emulation/sdlmame/sdlmame-0.124.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sd= lmame/sdlmame-0.124.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sd= lmame/sdlmame-0.124.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sd= lmame/sdlmame-0.124.ebuild?r1=3D1.2&r2=3D1.3 Index: sdlmame-0.124.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/games-emulation/sdlmame/sdlmame-0.124.e= build,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sdlmame-0.124.ebuild 24 Apr 2008 20:34:33 -0000 1.2 +++ sdlmame-0.124.ebuild 24 Apr 2008 21:20:40 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124= .ebuild,v 1.2 2008/04/24 20:34:33 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.124= .ebuild,v 1.3 2008/04/24 21:20:40 joker Exp $ =20 inherit eutils flag-o-matic games =20 @@ -96,7 +96,7 @@ enable_feature DEBUG enable_feature PROFILE enable_feature SYMBOLS - make_opts=3D"${make_opts} DEBUGGER=3D1" + enable_feature DEBUGGER fi =20 use opengl || make_opts=3D"${make_opts} NO_OPENGL=3D1" --=20 gentoo-commits@lists.gentoo.org mailing list