summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-unidic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /app-dicts/mecab-unidic
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'app-dicts/mecab-unidic')
-rw-r--r--app-dicts/mecab-unidic/Manifest2
-rw-r--r--app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest
index d5d74135b40d..f66955d280d2 100644
--- a/app-dicts/mecab-unidic/Manifest
+++ b/app-dicts/mecab-unidic/Manifest
@@ -1,3 +1,3 @@
DIST unidic-mecab-2.1.2_src.zip 140517811 BLAKE2B 38001714023c1de6ea5388ccc6ab9f5a910c0f40ba1f5cfee861e6a733797ee6ea528eeeb185a4354c084f71189d73478f64719bc3e0b6424cc24a8088d419e1 SHA512 db80feab873851df874781fe81430ee90e238f166b90e77755a112602e0f22a7c4c5deb4ce8bcd357d258d8d806d917652e6723bf2a1b786942952fbbcb52782
-EBUILD mecab-unidic-2.1.2.ebuild 413 BLAKE2B c6edefef76e884e8bdc24e263cb9df5b242d65f6f8a0f4076225540e381d336910d3273fa86e16a9cedd84d7f7e3df2386a8975c4b8f69cb09c75a95addd5777 SHA512 8287cc4e8389681772525b03dc4e288c9d33f45dcab2a420a923fcd54d5bb469a65e78067d62acaea9383106a1560e47ff72a4419aa175c0b1e5455a035836fa
+EBUILD mecab-unidic-2.1.2.ebuild 428 BLAKE2B 00f89dd29a238f71a9b7aa4685b92c0a5d001e57647fbbecf006081337a756721e315fab06e23bd46852e2d4a1d60ae7285374f4633312d31b6a2e326e547235 SHA512 d7dd9d44f03ef0fd6d8d21ffc292c02e9e3ab1298d9c8ad167c7d4203dfe3e4f0b4fe24ae83fb54cf092f7421cdecad43b789f7dd22064e2cc7c345ecf924e94
MISC metadata.xml 313 BLAKE2B 243c66aeabb7e42e74c6309fd8fd86071e6e59138a804c0b2e7f344e9f036ba36752f539cb33772456542060f6532188373028c749758ac8c0e1ce22af185b34 SHA512 3234951cdd3ab4229650cc24200041fe8b2f78523270966ffcc18ad1a7cae0e294d83037145c2a38b32918b48066462467bd21e1e2a07de58a45901bf2933697
diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
index 10aa05e9bac6..2d372389d3eb 100644
--- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
+++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -14,5 +14,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND="app-text/mecab"
+DEPEND="
+ app-arch/unzip
+ app-text/mecab"
S="${WORKDIR}/${MY_P}"