diff options
author | 2013-07-13 18:19:59 +0000 | |
---|---|---|
committer | 2013-07-13 18:19:59 +0000 | |
commit | 8145405cc77000aaa3aa11b44e19f2c80baee688 (patch) | |
tree | 6e4e6833b41ca24ae4d25c3cb22e4dee4afa2daa /app-text/mecab | |
parent | Stable for ppc, wrt bug #393977 (diff) | |
download | gentoo-2-8145405cc77000aaa3aa11b44e19f2c80baee688.tar.gz gentoo-2-8145405cc77000aaa3aa11b44e19f2c80baee688.tar.bz2 gentoo-2-8145405cc77000aaa3aa11b44e19f2c80baee688.zip |
Stable for ppc, wrt bug #476154
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.996.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index 30970f829564..186a8778a04d 100644 --- a/app-text/mecab/ChangeLog +++ b/app-text/mecab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mecab # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.76 2013/07/13 07:49:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.77 2013/07/13 18:19:59 ago Exp $ + + 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mecab-0.996.ebuild: + Stable for ppc, wrt bug #476154 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mecab-0.996.ebuild: Stable for x86, wrt bug #476154 diff --git a/app-text/mecab/mecab-0.996.ebuild b/app-text/mecab/mecab-0.996.ebuild index d68536bc485d..aeb2469618c2 100644 --- a/app-text/mecab/mecab-0.996.ebuild +++ b/app-text/mecab/mecab-0.996.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-text/mecab/mecab-0.996.ebuild,v 1.4 2013/07/13 07:49:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.996.ebuild,v 1.5 2013/07/13 18:19:59 ago Exp $ EAPI="5" inherit autotools eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://mecab.sourceforge.net/" SRC_URI="http://mecab.googlecode.com/files/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" -KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" SLOT="0" IUSE="static-libs unicode" |