From: idl0r Date: Sun, 30 Aug 2009 10:53:46 +0000 (-0000) Subject: Fix bug 283197, thanks to Sebastian Pipping (sping) . X-Git-Tag: gentoolkit-dev-0.2.6.13_rc1~2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ca56b2a919fd18e329d8065c25492639217cfcf2;p=gentoolkit.git Fix bug 283197, thanks to Sebastian Pipping (sping) . svn path=/trunk/gentoolkit-dev/; revision=674 --- diff --git a/src/ekeyword/ekeyword b/src/ekeyword/ekeyword index e74a867..244a054 100755 --- a/src/ekeyword/ekeyword +++ b/src/ekeyword/ekeyword @@ -8,9 +8,9 @@ # # $ ekeyword ~alpha oaf-0.6.8-r1.ebuild # 12c12 -# < KEYWORDS="x86 ppc sparc" +# < KEYWORDS="ppc sparc x86" # --- -# > KEYWORDS="x86 ppc sparc ~alpha" +# > KEYWORDS="~alpha ppc sparc x86" my ($kw_re) = '^(?:([-~^]?)(\w[\w-]*)|([-^]\*))$';