diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-23 19:49:33 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-23 19:49:33 +0000 |
commit | 1160b2e9dffab5b0c09d57e563be27cc886e5561 (patch) | |
tree | 07351e9b55e098ec989e8f377ca03fc1626b2af4 /games-fps/quake3 | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-1160b2e9dffab5b0c09d57e563be27cc886e5561.tar.gz gentoo-2-1160b2e9dffab5b0c09d57e563be27cc886e5561.tar.bz2 gentoo-2-1160b2e9dffab5b0c09d57e563be27cc886e5561.zip |
Added ati-drivers >=8.8.25-r1 to list of components to fill opengl requirements.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.31.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.32b-r3.ebuild | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 68334dc1ceb9..4a30e9be7968 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.15 2005/01/20 23:26:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.16 2005/01/23 19:49:33 wolf31o2 Exp $ + + 23 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.31.ebuild, + quake3-1.32b-r3.ebuild: + Added ati-drivers >=8.8.25-r1 to list of components to fill opengl + requirements. 20 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org> quake3-1.31.ebuild, quake3-1.32b-r3.ebuild: diff --git a/games-fps/quake3/quake3-1.31.ebuild b/games-fps/quake3/quake3-1.31.ebuild index 65a87a3f2fbd..b3ebfe4fb372 100644 --- a/games-fps/quake3/quake3-1.31.ebuild +++ b/games-fps/quake3/quake3-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.31.ebuild,v 1.14 2005/01/20 23:26:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.31.ebuild,v 1.15 2005/01/23 19:49:33 wolf31o2 Exp $ inherit games @@ -21,7 +21,9 @@ RDEPEND="virtual/libc amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs - || ( >=media-video/nvidia-glx-1.0.6629-r2 app-emulation/emul-linux-x86-nvidia ) + || ( >=media-video/nvidia-glx-1.0.6629-r3 + app-emulation/emul-linux-x86-nvidia + >=media-video/ati-drivers-8.8.25-r1 ) )" S=${WORKDIR} diff --git a/games-fps/quake3/quake3-1.32b-r3.ebuild b/games-fps/quake3/quake3-1.32b-r3.ebuild index b727d96afdc9..68f1b940cd9b 100644 --- a/games-fps/quake3/quake3-1.32b-r3.ebuild +++ b/games-fps/quake3/quake3-1.32b-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.16 2005/01/20 23:26:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.17 2005/01/23 19:49:33 wolf31o2 Exp $ inherit games @@ -21,7 +21,9 @@ RDEPEND="virtual/libc amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs - || ( >=media-video/nvidia-glx-1.0.6629-r3 app-emulation/emul-linux-x86-nvidia ) + || ( >=media-video/nvidia-glx-1.0.6629-r3 + app-emulation/emul-linux-x86-nvidia + >=media-video/ati-drivers-8.8.25-r1 ) )" S=${WORKDIR} |