diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 18:20:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 18:20:01 +0000 |
commit | 2619f8e822037f0680e0147c6edc69bcff5e0cdf (patch) | |
tree | 05f264a8585b4d9884669bdaa876fcf6e34757ed /app-text/mecab/mecab-0.996.ebuild | |
parent | Stable for ppc, wrt bug #393977 (diff) | |
download | historical-2619f8e822037f0680e0147c6edc69bcff5e0cdf.tar.gz historical-2619f8e822037f0680e0147c6edc69bcff5e0cdf.tar.bz2 historical-2619f8e822037f0680e0147c6edc69bcff5e0cdf.zip |
Stable for ppc, wrt bug #476154
Package-Manager: portage-2.1.12.2/cvs/Linux ppc64
RepoMan-Options: --include-arches="ppc"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'app-text/mecab/mecab-0.996.ebuild')
-rw-r--r-- | app-text/mecab/mecab-0.996.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |