summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-18 15:08:16 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-18 15:08:16 +0000
commitc99e047d21db7f89f28b61c3ba473b316e281b13 (patch)
tree3d751f9a1fc2faeed54b2fdc687e37ca9816f2ca /app-text
parentAdded patch to fix bug #133616 (diff)
downloadgentoo-2-c99e047d21db7f89f28b61c3ba473b316e281b13.tar.gz
gentoo-2-c99e047d21db7f89f28b61c3ba473b316e281b13.tar.bz2
gentoo-2-c99e047d21db7f89f28b61c3ba473b316e281b13.zip
Add ~x86-fbsd keyword.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/hunspell/ChangeLog6
-rw-r--r--app-text/hunspell/hunspell-1.1.4-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog
index e42533c7c2da..798f40caf2ae 100644
--- a/app-text/hunspell/ChangeLog
+++ b/app-text/hunspell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.10 2006/05/18 14:15:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.11 2006/05/18 15:08:16 flameeyes Exp $
+
+ 18 May 2006; Diego Pettenò <flameeyes@gentoo.org>
+ hunspell-1.1.4-r1.ebuild:
+ Add ~x86-fbsd keyword.
18 May 2006; Diego Pettenò <flameeyes@gentoo.org>
hunspell-1.1.4-r1.ebuild:
diff --git a/app-text/hunspell/hunspell-1.1.4-r1.ebuild b/app-text/hunspell/hunspell-1.1.4-r1.ebuild
index f267a196b58f..8d37b695dc62 100644
--- a/app-text/hunspell/hunspell-1.1.4-r1.ebuild
+++ b/app-text/hunspell/hunspell-1.1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.2 2006/05/18 14:15:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.3 2006/05/18 15:08:16 flameeyes Exp $
inherit eutils multilib autotools libtool
@@ -11,7 +11,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/"
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses readline"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
DEPEND="readline? ( sys-libs/readline )
ncurses? ( sys-libs/ncurses )