app-i18n/skk-jisyo: switch to virtual/awk
authorAkinori Hattori <hattya@gentoo.org>
Sat, 21 May 2016 06:10:41 +0000 (15:10 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 21 May 2016 06:10:41 +0000 (15:10 +0900)
Package-Manager: portage-2.2.28

app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
app-i18n/skk-jisyo/skk-jisyo-999999.ebuild

index d55d083e6fd34ce4f9ddcc6e9be4d7ffd78fa7de..5aa19eff85e4b551d8fedb055ee91fb5a3146965 100644 (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
index 568e28cd1f7d77b18ca0605289ec25e2a0a6f3b3..ddbeb94e7eb8b3d708f62316624743da56e258d4 100644 (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