diff options
author | Akinori Hattori <hattya@gentoo.org> | 2013-08-03 12:07:11 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2013-08-03 12:07:11 +0000 |
commit | 359947d02251ba7fea8097e272ef3c056b5c3766 (patch) | |
tree | 3a7a034e07f3f6275379ba95ecfd82daf109ed7b /app-dicts/mecab-ipadic | |
parent | Bump coq to 8.4pl2 / coq-8.4_p2. (diff) | |
download | gentoo-2-359947d02251ba7fea8097e272ef3c056b5c3766.tar.gz gentoo-2-359947d02251ba7fea8097e272ef3c056b5c3766.tar.bz2 gentoo-2-359947d02251ba7fea8097e272ef3c056b5c3766.zip |
check unicode USE flag of mecab
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'app-dicts/mecab-ipadic')
-rw-r--r-- | app-dicts/mecab-ipadic/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-dicts/mecab-ipadic/ChangeLog b/app-dicts/mecab-ipadic/ChangeLog index 04403fa657c4..6a5d727030fa 100644 --- a/app-dicts/mecab-ipadic/ChangeLog +++ b/app-dicts/mecab-ipadic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/mecab-ipadic # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.29 2013/08/03 11:52:48 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.30 2013/08/03 12:07:11 hattya Exp $ + + 03 Aug 2013; Akinori Hattori <hattya@gentoo.org> + mecab-ipadic-2.7.0.20070801.ebuild: + check unicode USE flag of mecab 03 Aug 2013; Akinori Hattori <hattya@gentoo.org> mecab-ipadic-2.7.0.20070801.ebuild, metadata.xml: diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild index 7976b9b065c2..1f9a24abe87d 100644 --- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild +++ b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild,v 1.11 2013/08/03 11:52:48 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild,v 1.12 2013/08/03 12:07:11 hattya Exp $ EAPI="5" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="unicode" -DEPEND="app-text/mecab" +DEPEND="app-text/mecab[unicode=]" S="${WORKDIR}/${MY_P}" src_configure() { |