diff options
author | 2006-07-07 20:00:48 +0000 | |
---|---|---|
committer | 2006-07-07 20:00:48 +0000 | |
commit | 51a4efff2955642464c4151d499766ed828629a3 (patch) | |
tree | 21f4ae53a0e3a1a8cd7f86e35a5ac9e3a7f3bc72 /games-fps/quake4-bin | |
parent | Fixed virtual/jre dependency. (diff) | |
download | historical-51a4efff2955642464c4151d499766ed828629a3.tar.gz historical-51a4efff2955642464c4151d499766ed828629a3.tar.bz2 historical-51a4efff2955642464c4151d499766ed828629a3.zip |
Added RDEPEND for new x11-drivers/nvidia-drivers or x11-drivers/nvidia-legacy-drivers.
Package-Manager: portage-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 )" |