app-i18n/skk-jisyo: switch to virtual/awk

Package-Manager: portage-2.2.28
This commit is contained in:
Akinori Hattori
2016-05-21 15:10:41 +09:00
parent bb22b26b71
commit 5e1b1c63d8
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE="cdb"
DEPEND="sys-apps/gawk
DEPEND="virtual/awk
cdb? (
|| (
dev-db/tinycdb
@@ -40,7 +40,7 @@ src_compile() {
cdbmake="cdb -c"
fi
for f in {,zipcode/}${MY_PN}.*; do
LC_ALL=C gawk '
LC_ALL=C awk '
/^[^;]/ {
s = substr($0, index($0, " ") + 1)
print "+" length($1) "," length(s) ":" $1 "->" s

View File

@@ -23,7 +23,7 @@ IUSE="cdb"
DEPEND="${RUBY_DEPS}
app-i18n/skktools
sys-apps/gawk
virtual/awk
cdb? (
|| (
dev-db/tinycdb
@@ -59,7 +59,7 @@ src_compile() {
cdbmake="cdb -c"
fi
for f in {,zipcode/}${MY_PN}.*; do
LC_ALL=C gawk '
LC_ALL=C awk '
/^[^;]/ {
s = substr($0, index($0, " ") + 1)
print "+" length($1) "," length(s) ":" $1 "->" s