diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-12 01:47:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-12 01:47:41 +0000 |
commit | f335f83bac7313aa5a8f39e68cd0f50168bceb87 (patch) | |
tree | 0db87a804523ca1003590942a485c2b3fb6b8206 /games-action | |
parent | clean older ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-f335f83bac7313aa5a8f39e68cd0f50168bceb87.tar.gz gentoo-2-f335f83bac7313aa5a8f39e68cd0f50168bceb87.tar.bz2 gentoo-2-f335f83bac7313aa5a8f39e68cd0f50168bceb87.zip |
apply nvidia patch with newer drivers too #37752
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/glaxium/glaxium-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/glaxium/glaxium-0.5.ebuild b/games-action/glaxium/glaxium-0.5.ebuild index e3d35a57470f..bf12d62f0a13 100644 --- a/games-action/glaxium/glaxium-0.5.ebuild +++ b/games-action/glaxium/glaxium-0.5.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-action/glaxium/glaxium-0.5.ebuild,v 1.8 2004/04/19 20:31:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.9 2004/06/12 01:47:41 vapier Exp $ inherit eutils flag-o-matic gcc games @@ -31,7 +31,7 @@ src_unpack() { epatch ${FILESDIR}/${PV}-glx.patch append-flags -DGL_GLEXT_LEGACY fi - has_version '~media-video/nvidia-glx-1.0.5328' && epatch ${FILESDIR}/${PV}-another-glx.patch + has_version '>=media-video/nvidia-glx-1.0.5328' && epatch ${FILESDIR}/${PV}-another-glx.patch } src_compile() { |