diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-05-02 11:02:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-05-02 11:02:21 +0000 |
commit | 76d44a6552d372857a5e90ba657273a1007e4f9c (patch) | |
tree | fbeb7a836dffbd1a5f50bfc5f39230844d0d38ce /app-dicts/mecab-ipadic | |
parent | Fix link with libiconv for BSD; add missing dep on the virtual, keyword it ~x... (diff) | |
download | gentoo-2-76d44a6552d372857a5e90ba657273a1007e4f9c.tar.gz gentoo-2-76d44a6552d372857a5e90ba657273a1007e4f9c.tar.bz2 gentoo-2-76d44a6552d372857a5e90ba657273a1007e4f9c.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc67/cvs/Linux x86_64)
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 0a802c33fa22..576cb707a9a8 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.25 2010/01/14 00:17:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.26 2010/05/02 11:02:21 aballier Exp $ + + 02 May 2010; Alexis Ballier <aballier@gentoo.org> + mecab-ipadic-2.7.0.20070801.ebuild: + keyword ~x86-fbsd 14 Jan 2010; Jeroen Roovers <jer@gentoo.org> mecab-ipadic-2.7.0.20070801.ebuild: 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 716de1c0d9ab..a3417cc6e329 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-2010 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.8 2010/01/14 00:17:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild,v 1.9 2010/05/02 11:02:21 aballier Exp $ IUSE="unicode" @@ -11,7 +11,7 @@ HOMEPAGE="http://mecab.sourceforge.net/" SRC_URI="mirror://sourceforge/mecab/${MY_P}.tar.gz" LICENSE="ipadic" -KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" S="${WORKDIR}/${MY_P}" |