diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 19:15:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 19:15:50 +0000 |
commit | 6657fc2aaa8469d57d63783925835859fb6a2b4a (patch) | |
tree | 8ff54439312eafc38c5b1f33e2836434be4bf032 /app-text | |
parent | Stable for ppc64, wrt bug #460278 (diff) | |
download | gentoo-2-6657fc2aaa8469d57d63783925835859fb6a2b4a.tar.gz gentoo-2-6657fc2aaa8469d57d63783925835859fb6a2b4a.tar.bz2 gentoo-2-6657fc2aaa8469d57d63783925835859fb6a2b4a.zip |
Stable for ppc64, wrt bug #476154
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text')
-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 186a8778a04d..c186bfdb3c9c 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.77 2013/07/13 18:19:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.78 2013/07/13 19:15:50 ago Exp $ + + 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mecab-0.996.ebuild: + Stable for ppc64, wrt bug #476154 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mecab-0.996.ebuild: Stable for ppc, wrt bug #476154 diff --git a/app-text/mecab/mecab-0.996.ebuild b/app-text/mecab/mecab-0.996.ebuild index aeb2469618c2..4ddfe0df8949 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.5 2013/07/13 18:19:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.996.ebuild,v 1.6 2013/07/13 19:15:50 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" |