Hi, this would be useful for version bumping if we could do something like "ekeyword ~all <ebuild>" Thanks.
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.