diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2006-07-07 19:58:49 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2006-07-07 19:58:49 +0000 |
commit | ba9cdeec5a1f0e99e618ab9408b005bda6e711f2 (patch) | |
tree | bd1bf5ec1be8ad72b93a139a6a138e5f132fd33c /games-fps/quake4-bin | |
parent | Added RDEPEND for new x11-drivers/nvidia-drivers or x11-drivers/nvidia-legacy... (diff) | |
download | gentoo-2-ba9cdeec5a1f0e99e618ab9408b005bda6e711f2.tar.gz gentoo-2-ba9cdeec5a1f0e99e618ab9408b005bda6e711f2.tar.bz2 gentoo-2-ba9cdeec5a1f0e99e618ab9408b005bda6e711f2.zip |
Added RDEPEND for new x11-drivers/nvidia-drivers or x11-drivers/nvidia-legacy-drivers.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'games-fps/quake4-bin')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.2.1.ebuild | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index 510d2fb12bc2..1918a5a0af11 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake4-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.22 2006/06/06 18:48:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.23 2006/07/07 19:58:49 augustus Exp $ + + 07 Jul 2006; Kristopher Kersey <augustus@gentoo.org> + quake4-bin-1.2.1.ebuild: + Added RDEPEND for new x11-drivers/nvidia-drivers or + x11-drivers/nvidia-legacy-drivers. 06 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake4-bin-1.2.1.ebuild: diff --git a/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild b/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild index cc1f17fd5c76..d3044c8db039 100644 --- a/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild,v 1.5 2006/06/06 18:48:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild,v 1.6 2006/07/07 19:58:49 augustus Exp $ inherit eutils games @@ -30,6 +30,8 @@ UIDEPEND="virtual/opengl || ( >=app-emulation/emul-linux-x86-xlibs-7.0 >=media-video/nvidia-glx-1.0.6629-r3 + x11-drivers/nvidia-drivers + x11-drivers/nvidia-legacy-drivers >=x11-drivers/ati-drivers-8.8.25-r1 ) ) alsa? ( >=media-libs/alsa-lib-1.0.6 )" |