app-dicts/mecab-unidic: [QA] Add missing DEPEND="app-arch/unzip"
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 10:09:51 +0000 (12:09 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 10:09:51 +0000 (12:09 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild

index 10aa05e9bac6f3308e367a8de772a2b2f50003cd..2d372389d3eb6a562ba6cea0d0f4a1cf26d87b50 100644 (file)
@@ -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}"