summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-27 21:43:26 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-27 21:43:26 +0000
commit7255f1a4b9c026ce63d1d7804419b5ad1d41f8cc (patch)
tree1a3bfa9615791cf358ae9c31b9be495e1caae1e2 /x11-base/opengl-update/files
parentAdded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-7255f1a4b9c026ce63d1d7804419b5ad1d41f8cc.tar.gz
gentoo-2-7255f1a4b9c026ce63d1d7804419b5ad1d41f8cc.tar.bz2
gentoo-2-7255f1a4b9c026ce63d1d7804419b5ad1d41f8cc.zip
Fixed bug with --with-old not working properly.
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'x11-base/opengl-update/files')
-rw-r--r--x11-base/opengl-update/files/digest-opengl-update-2.2.1 (renamed from x11-base/opengl-update/files/digest-opengl-update-2.2.0)0
-rw-r--r--x11-base/opengl-update/files/opengl-update-2.2.1 (renamed from x11-base/opengl-update/files/opengl-update-2.2.0)9
2 files changed, 3 insertions, 6 deletions
diff --git a/x11-base/opengl-update/files/digest-opengl-update-2.2.0 b/x11-base/opengl-update/files/digest-opengl-update-2.2.1
index f25de9a2425e..f25de9a2425e 100644
--- a/x11-base/opengl-update/files/digest-opengl-update-2.2.0
+++ b/x11-base/opengl-update/files/digest-opengl-update-2.2.1
diff --git a/x11-base/opengl-update/files/opengl-update-2.2.0 b/x11-base/opengl-update/files/opengl-update-2.2.1
index 4cb3a038a347..9ee85698501b 100644
--- a/x11-base/opengl-update/files/opengl-update-2.2.0
+++ b/x11-base/opengl-update/files/opengl-update-2.2.1
@@ -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.2.0,v 1.4 2005/04/27 09:01:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.2.1,v 1.1 2005/04/27 21:43:26 eradicator 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>
@@ -154,13 +154,13 @@ parse_options() {
;;
*)
if hasq ${opt} ${AVAIL_IMPLEMS}; then
- NEW_GL_IMPLEM="${opt}"
- if [[ "${ACTION}" != "nothing" ]]; then
+ if [[ "${ACTION}" != "old-implementation" ]]; then
if [[ -n "${ACTION}" ]]; then
ACTION="error"
eerror "Invalid usage."
else
ACTION="set-implementation"
+ NEW_GL_IMPLEM="${opt}"
fi
fi
else
@@ -358,9 +358,6 @@ case ${ACTION} in
print_version
exit 0
;;
- nothing)
- exit 0
- ;;
usage)
print_usage
exit 0