diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 16:37:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 16:37:57 +0000 |
commit | 2977534d7239b3b035575f6567234913ce8c3119 (patch) | |
tree | 070d28ec3548258ca9e217798b0c2ef900767f84 /app-text/mecab/mecab-0.991.ebuild | |
parent | keyword ~amd64-fbsd (diff) | |
download | historical-2977534d7239b3b035575f6567234913ce8c3119.tar.gz historical-2977534d7239b3b035575f6567234913ce8c3119.tar.bz2 historical-2977534d7239b3b035575f6567234913ce8c3119.zip |
keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'app-text/mecab/mecab-0.991.ebuild')
-rw-r--r-- | app-text/mecab/mecab-0.991.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mecab/mecab-0.991.ebuild b/app-text/mecab/mecab-0.991.ebuild index 0bc37a0fe334..b4507104dfe4 100644 --- a/app-text/mecab/mecab-0.991.ebuild +++ b/app-text/mecab/mecab-0.991.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.991.ebuild,v 1.1 2012/01/21 02:57:45 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.991.ebuild,v 1.2 2012/05/17 16:37:28 aballier Exp $ EAPI="4" 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 ~amd64-fbsd ~x86-fbsd" SLOT="0" IUSE="static-libs unicode" |