summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bevitt <cyfred@gentoo.org>2004-12-27 00:06:04 +0000
committerAndrew Bevitt <cyfred@gentoo.org>2004-12-27 00:06:04 +0000
commit1992f64d182dc1d9701bec9f24548904645c8d85 (patch)
tree716fdc97b97f2b169ca62d3b54e7fcc9017c8533 /x11-base
parentChange for runtime die if less than x11-base/xorg-x11-6.8.0-r4 (diff)
downloadhistorical-1992f64d182dc1d9701bec9f24548904645c8d85.tar.gz
historical-1992f64d182dc1d9701bec9f24548904645c8d85.tar.bz2
historical-1992f64d182dc1d9701bec9f24548904645c8d85.zip
*** empty log message ***
Diffstat (limited to 'x11-base')
-rwxr-xr-xx11-base/opengl-update/files/opengl-update-2.0_pre44
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/opengl-update/files/opengl-update-2.0_pre4 b/x11-base/opengl-update/files/opengl-update-2.0_pre4
index a6529f2d41e5..b53612769083 100755
--- a/x11-base/opengl-update/files/opengl-update-2.0_pre4
+++ b/x11-base/opengl-update/files/opengl-update-2.0_pre4
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.0_pre4,v 1.2 2004/12/27 00:04:04 cyfred Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.0_pre4,v 1.3 2004/12/27 00:06:04 cyfred Exp $
# Author: Martin Schlemmer <azarah@gentoo.org>
# Further modifications by Donnie Berkholz <spyderous@gentoo.org>
# Further modifications based off submissions to bug #54984 <cyfred@gentoo.org>
@@ -10,7 +10,7 @@
need_version() {
local X11 X11_VER X11_MAJOR_VER X11_MINOR_VER X11_MICRO_VER ERROR_MSG
- ERROR_MSG="This version requires >=x11-base/xorg-x11-6.8.0-r2"
+ ERROR_MSG="This version requires >=x11-base/xorg-x11-6.8.0-r4"
X11="$(portageq match / virtual/x11)"
# Got the egrep from ferringb, who got it from portage code
X11_VER="$(echo ${X11} | egrep -o '(cvs\.)?([[:digit:]]+)((\.[[:digit:]]+)*)([a-z]?)((_(pre|p|beta|alpha|rc)[[:digit:]]*)*)(-r([[:digit:]]+))?$')"