From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CF7CF1387FD for ; Sun, 30 Mar 2014 11:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 651B9E0ADC; Sun, 30 Mar 2014 11:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6501E0ADA for ; Sun, 30 Mar 2014 11:00:30 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1474E33EDCC for ; Sun, 30 Mar 2014 11:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B781F188F8 for ; Sun, 30 Mar 2014 11:00:26 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1396177097.d9dc4a7b667e74e95ca4d9d655461be03a0e910e.radhermit@gentoo> Subject: [gentoo-commits] proj/zsh-completion:master commit in: / X-VCS-Repository: proj/zsh-completion X-VCS-Files: _eselect X-VCS-Directories: / X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d9dc4a7b667e74e95ca4d9d655461be03a0e910e X-VCS-Branch: master Date: Sun, 30 Mar 2014 11:00:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a77c03c-a357-4114-8208-5ca7542b630b X-Archives-Hash: 9c122203a29a702265c1476e13eee950 commit: d9dc4a7b667e74e95ca4d9d655461be03a0e910e Author: Tim Harder gentoo org> AuthorDate: Sun Mar 30 10:58:17 2014 +0000 Commit: Tim Harder gentoo 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]" \