Summary: | gentoolkit-dev-0.2.6.2: unless (@ARGV > 0) message improvement | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jeremy Olexa (darkside) (RETIRED) <darkside> |
Component: | New packages | Assignee: | Portage Tools Team <tools-portage> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | Keywords: | InVCS |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 268725 |
Description
Jeremy Olexa (darkside) (RETIRED)
![]() ![]() ![]() It works for my ekeyword = RESOLVED WORKSFORME ;)
[~/gentoo/gentoo-x86/sys-apps/portage] $ ekeyword '~all' portage-2.1.6.4.ebuild
portage-2.1.6.4.ebuild
< KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
---
> KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
ok, fine. I didn't actually try it because I didn't think it was implemented. Please consider this patch against 0.2.6.2
%% diff ekeyword.orig ekeyword
21c21
< die "syntax: ekeyword { arch | ~[arch] | -[arch] } ebuild...\n"
---
> die "syntax: ekeyword { arch | ~[arch] | -[arch] } ebuild...\nsyntax: ekeyword ~all ebuild...\n"
Thanks.
zsh/2 1041 (svn)-[trunk:602]-% svn ci -m 'Improved die message, bug 257853 thanks to Jeremy Olexa.' Sending ekeyword/ekeyword Transmitting file data . Committed revision 606. |