diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 18:55:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 18:55:18 +0000 |
commit | 3b3ca6479e02cbe0be3bb4d0d075f68294921c4c (patch) | |
tree | 28bcdd0197a2ca79684921c1831d7a44da08561b /games-fps/quake4-bin | |
parent | fix compile on gcc-4.1.1 (bug #135317) - add warning about the need to re-mer... (diff) | |
download | historical-3b3ca6479e02cbe0be3bb4d0d075f68294921c4c.tar.gz historical-3b3ca6479e02cbe0be3bb4d0d075f68294921c4c.tar.bz2 historical-3b3ca6479e02cbe0be3bb4d0d075f68294921c4c.zip |
Added >=app-emulation/emul-linux-x86-xlibs-7.0 to the list of valid 32-bit opengl providers for amd64 per bug #135643.
Package-Manager: portage-2.1_rc3-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 | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index d5b0d0bbafc2..510d2fb12bc2 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.21 2006/05/09 16:03:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.22 2006/06/06 18:48:42 wolf31o2 Exp $ + + 06 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake4-bin-1.2.1.ebuild: + Added >=app-emulation/emul-linux-x86-xlibs-7.0 to the list of valid 32-bit + opengl providers for amd64 per bug #135643. 09 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> -quake4-bin-1.2.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 83b37f7ecb85..cc1f17fd5c76 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.4 2006/05/09 15:57:57 wolf31o2 Exp $ +# $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 $ inherit eutils games @@ -28,6 +28,7 @@ UIDEPEND="virtual/opengl app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-xlibs || ( + >=app-emulation/emul-linux-x86-xlibs-7.0 >=media-video/nvidia-glx-1.0.6629-r3 >=x11-drivers/ati-drivers-8.8.25-r1 ) ) alsa? ( >=media-libs/alsa-lib-1.0.6 )" |