Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309925 Details for
Bug 350186
app-shells/gentoo-bashcomp: completion of options for majority of equery modules is outdated
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Completion for `equery has` options
0006-Completion-for-equery-has-options.patch (text/plain), 1.03 KB, created by
Jacek Sowiński
on 2012-04-24 14:35:45 UTC
(
hide
)
Description:
Completion for `equery has` options
Filename:
MIME Type:
Creator:
Jacek Sowiński
Created:
2012-04-24 14:35:45 UTC
Size:
1.03 KB
patch
obsolete
>From 9971d586121a31c3a70a481ec2a316805f3b2ed4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jacek=20Sowi=C5=84ski?= <mruwek.gentoo@vcf.pl> >Date: Sun, 22 Apr 2012 02:16:41 +0200 >Subject: [PATCH 6/9] Completion for `equery has` options > >--HG-- >extra : source : 61ccc1fd1399c57af02ffc5489c55261c043d418 >--- > gentoo | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/gentoo b/gentoo >index 73b1c5d..06da8b8 100644 >--- a/gentoo >+++ b/gentoo >@@ -1118,7 +1118,7 @@ _equery() > ;; > esac > ;; >- a|has|y|keywords) >+ y|keywords) > # These commands have not been implemented in 'equery' yet ... > echo -n "# Not implemented! " > ;; >@@ -1168,6 +1168,10 @@ _equery() > esac > fi > ;; >+ a|has) >+ COMPREPLY=($(compgen -W "-h --help -I --exclude-installed -o \ >+ --overlay-tree -p --portage-tree -F --format" -- $cur)) >+ ;; > l?(ist)) > # Only complete if the previous entry on the command line is not > # a package name. >-- >1.7.3.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 350186
:
309917
|
309919
|
309921
|
309923
| 309925 |
309927
|
309929
|
309931