commit:     d9dc4a7b667e74e95ca4d9d655461be03a0e910e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 10:58:17 2014 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 10:58:17 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=d9dc4a7b

_eselect: update opengl options

---
 _eselect | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_eselect b/_eselect
index ae105d5..1c1f6ec 100644
--- a/_eselect
+++ b/_eselect
@@ -89,7 +89,7 @@ _eselect_opengl () {
                        "--use-old[If an implementation is already set, use 
that one instead]" \
                        "--prefix[Set the source prefix]:path:_files -/" \
                        "--dst-prefix[Set the destination prefix]:path:_files 
-/" \
-                       "--impl-headers[Override global headers with ones 
provided by this profile]" && return 0
+                       "--ignore-missing[Ignore missing files when setting a 
new implementation]" && return 0
        fi
        _values "opengl options" $common_values \
                "list[List the available OpenGL implementations]" \

Reply via email to