projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b9de0
)
Fix bug 283197, thanks to Sebastian Pipping (sping) <webmaster@hartwork.org>.
author
idl0r
<idl0r@gentoo.org>
Sun, 30 Aug 2009 10:53:46 +0000
(10:53 -0000)
committer
idl0r
<idl0r@gentoo.org>
Sun, 30 Aug 2009 10:53:46 +0000
(10:53 -0000)
svn path=/trunk/gentoolkit-dev/; revision=674
src/ekeyword/ekeyword
patch
|
blob
|
history
diff --git
a/src/ekeyword/ekeyword
b/src/ekeyword/ekeyword
index e74a8671b6c35bef6c571af711a982e1527361f8..244a0544b195ec6ae5983f16abad88cabaf785b0 100755
(executable)
--- 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-]*)|([-^]\*))$';