Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
Date: Wed, 28 Aug 2019 10:10:44
Message-Id: 1566986991.e2c8b4a2a85107ef3c4d756689aab944baa499ce.soap@gentoo
1 commit: e2c8b4a2a85107ef3c4d756689aab944baa499ce
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 10:09:51 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 10:09:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c8b4a2
7
8 app-dicts/mecab-unidic: [QA] Add missing DEPEND="app-arch/unzip"
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
17 index 10aa05e9bac..2d372389d3e 100644
18 --- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
19 +++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -14,5 +14,7 @@ SLOT="0"
27 KEYWORDS="~amd64"
28 IUSE=""
29
30 -DEPEND="app-text/mecab"
31 +DEPEND="
32 + app-arch/unzip
33 + app-text/mecab"
34 S="${WORKDIR}/${MY_P}"