Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 464534

Summary: =app-shells/gentoo-bashcomp-20121024 doesn't complete emerge --autounmask-write
Product: Gentoo Linux Reporter: Louis Sautier (sbraz) <sbraz>
Component: Current packagesAssignee: Gentoo Shell Tools project <shell-tools>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gentoo.patch

Description Louis Sautier (sbraz) gentoo-dev 2013-04-04 09:04:43 UTC
It would be nice if gentoo-bashcomp completed the --autounmask-write option.

Reproducible: Always



Expected Results:  



I think this addition to /usr/share/bash-completion/gentoo would be enough.

--- a/gentoo    2013-04-04 10:52:34.632627731 +0200
+++ b/gentoo    2013-04-04 10:53:33.171347098 +0200
@@ -389,6 +389,7 @@
         elif [[ ${cur} == --* ]]; then
             # Complete on long options.
             opts="--alphabetical --ask \
+                --autounmask-write \
                 --buildpkg --buildpkgonly \
                 --changelog --clean --color=y --color=n --columns --complete-graph --config \
                 --debug --deep --depclean \
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-04 14:47:47 UTC
Created attachment 344392 [details]
gentoo.patch