summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-27 22:33:54 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-27 22:33:54 +0000
commit7aa5f201899fc687114cd63eaf4bca7c5ddb6529 (patch)
tree0b2c471b523ef97d3282f081f30d9a6aac98492a /app-text/mecab
parentCleanup (diff)
downloadgentoo-2-7aa5f201899fc687114cd63eaf4bca7c5ddb6529.tar.gz
gentoo-2-7aa5f201899fc687114cd63eaf4bca7c5ddb6529.tar.bz2
gentoo-2-7aa5f201899fc687114cd63eaf4bca7c5ddb6529.zip
keywords ~amd64-fbsd. people should pay attention to dropped keywords warnings from repoman...
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/mecab')
-rw-r--r--app-text/mecab/ChangeLog6
-rw-r--r--app-text/mecab/mecab-0.996.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog
index c186bfdb3c9c..16eb86bfe85d 100644
--- a/app-text/mecab/ChangeLog
+++ b/app-text/mecab/ChangeLog
@@ -1,6 +1,10 @@
# 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.78 2013/07/13 19:15:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.79 2013/07/27 22:33:54 aballier Exp $
+
+ 27 Jul 2013; Alexis Ballier <aballier@gentoo.org> mecab-0.996.ebuild:
+ keywords ~amd64-fbsd. people should pay attention to dropped keywords
+ warnings from repoman...
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mecab-0.996.ebuild:
Stable for ppc64, wrt bug #476154
diff --git a/app-text/mecab/mecab-0.996.ebuild b/app-text/mecab/mecab-0.996.ebuild
index 4ddfe0df8949..68428ba24e19 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.6 2013/07/13 19:15:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.996.ebuild,v 1.7 2013/07/27 22:33:54 aballier 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 ~amd64-fbsd ~x86-fbsd"
SLOT="0"
IUSE="static-libs unicode"