summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-12 01:47:41 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-12 01:47:41 +0000
commit7606b4478120fd29e938363a663e6ea5dc2641da (patch)
tree2f0a3e516c02c3e07ceedf22d6571a5b46f02a33 /games-action/glaxium
parentclean older ebuilds (diff)
downloadhistorical-7606b4478120fd29e938363a663e6ea5dc2641da.tar.gz
historical-7606b4478120fd29e938363a663e6ea5dc2641da.tar.bz2
historical-7606b4478120fd29e938363a663e6ea5dc2641da.zip
apply nvidia patch with newer drivers too #37752
Diffstat (limited to 'games-action/glaxium')
-rw-r--r--games-action/glaxium/Manifest16
-rw-r--r--games-action/glaxium/glaxium-0.5.ebuild4
2 files changed, 15 insertions, 5 deletions
diff --git a/games-action/glaxium/Manifest b/games-action/glaxium/Manifest
index 3338fb727dc8..fd6cd6a2ea86 100644
--- a/games-action/glaxium/Manifest
+++ b/games-action/glaxium/Manifest
@@ -1,7 +1,17 @@
-MD5 57d51cb2aa1adf6c010985a16ca59b44 glaxium-0.5.ebuild 1226
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 962ac9374dca94865e317e5d4fba8980 ChangeLog 896
+MD5 3388b1042a9e897ac2ecb2316032fa76 glaxium-0.5.ebuild 1224
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 0ab557289a7610d1984e43634d0be398 files/digest-glaxium-0.5 64
MD5 ef110a66a7eac137dd399eca0a4aede3 files/0.5-glx.patch 2299
-MD5 143ef6a6f05c1f89830306e8c34550df files/0.5-another-glx.patch 776
+MD5 0ab557289a7610d1984e43634d0be398 files/digest-glaxium-0.5 64
MD5 ccccdc44cf5870eff196d3409b1a9f30 files/glx-test.c 98
+MD5 143ef6a6f05c1f89830306e8c34550df files/0.5-another-glx.patch 776
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.8 (GNU/Linux)
+
+iD8DBQFAymDJHTu7gpaalycRAr3TAJ0Xk55hxA/U1FKnm0e3QodagmZ8jwCfTuiM
+dEu1oc8q4JnzMR/y0cAxkkg=
+=b8Yg
+-----END PGP SIGNATURE-----
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() {