diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-02 07:33:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-02 07:33:35 +0000 |
commit | e9e8cccbd414918ded55676cc6ecc4d949307660 (patch) | |
tree | ddaa82c266db58ef99a64419e48e824532bfcb93 /games-sports/foobillard | |
parent | remove mips (diff) | |
download | historical-e9e8cccbd414918ded55676cc6ecc4d949307660.tar.gz historical-e9e8cccbd414918ded55676cc6ecc4d949307660.tar.bz2 historical-e9e8cccbd414918ded55676cc6ecc4d949307660.zip |
Attempt to address bug #52600
Diffstat (limited to 'games-sports/foobillard')
-rw-r--r-- | games-sports/foobillard/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/foobillard/Manifest | 4 | ||||
-rw-r--r-- | games-sports/foobillard/foobillard-3.0a.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/games-sports/foobillard/ChangeLog b/games-sports/foobillard/ChangeLog index ed0ddcd7ca4b..c60908b2365b 100644 --- a/games-sports/foobillard/ChangeLog +++ b/games-sports/foobillard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/foobillard # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.5 2004/05/30 05:27:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.6 2004/06/02 07:33:35 mr_bones_ Exp $ + + 02 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> foobillard-3.0a.ebuild: + Attempt to address bug #52600 *foobillard-3.0a (29 May 2004) diff --git a/games-sports/foobillard/Manifest b/games-sports/foobillard/Manifest index 28d106ad6ff1..70b18b267d2d 100644 --- a/games-sports/foobillard/Manifest +++ b/games-sports/foobillard/Manifest @@ -1,8 +1,8 @@ -MD5 c9a11bb4d612ed7c7e1b2c10b3490a51 ChangeLog 1792 +MD5 d1e40acabfac541dc39110261a316f08 ChangeLog 1903 MD5 49a1fe460078eade9e98a62a908e3a48 foobillard-2.8.ebuild 1128 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 a1087a1c3190b4771a25cfede5dd551f foobillard-2.9.ebuild 1181 -MD5 bc73b3b0354c2e6078108ad11d1c6b89 foobillard-3.0a.ebuild 1177 +MD5 531ed58148b3e05ec1a8ab22a3fa97c9 foobillard-3.0a.ebuild 1182 MD5 7e9ec0cee63a42f327ed7d5de7127028 files/digest-foobillard-2.8 67 MD5 4827c3043c229b4ec77086d4554e7a7a files/digest-foobillard-2.9 67 MD5 11223d31662deec372e491cf27384d31 files/digest-foobillard-3.0a 68 diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild index c5742e3bc3b8..b8f0ea8bc42a 100644 --- a/games-sports/foobillard/foobillard-3.0a.ebuild +++ b/games-sports/foobillard/foobillard-3.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.1 2004/05/30 05:27:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.2 2004/06/02 07:33:35 mr_bones_ Exp $ inherit games @@ -27,8 +27,8 @@ DEPEND="virtual/x11 src_compile() { local myconf="" [ "$(ls /usr/include/GL/gl.h -al | awk '{print $NF}' | cut -d/ -f5)" == "nvidia" ] \ - && myconf="--enable-nvidia" \ - || myconf="--disable-nvidia" + && myconf="--enable-nvidia=yes" \ + || myconf="--enable-nvidia=no" myconf="${myconf} $(use_enable sdl SDL)" use sdl \ && myconf="${myconf} --disable-glut" \ |