diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-02-04 10:39:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-02-04 10:39:04 +0000 |
commit | 71f5a6bd5f27442c74199104f6baf9ca0e01b6e7 (patch) | |
tree | a24f8747890d90062d4b8cf1be9c8c5307868532 /app-text | |
parent | Version bump (diff) | |
download | gentoo-2-71f5a6bd5f27442c74199104f6baf9ca0e01b6e7.tar.gz gentoo-2-71f5a6bd5f27442c74199104f6baf9ca0e01b6e7.tar.bz2 gentoo-2-71f5a6bd5f27442c74199104f6baf9ca0e01b6e7.zip |
ia64 stable wrt #254634
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index c5fcd615e807..d7921d54fe9e 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.60 2009/01/18 16:35:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.61 2009/02/04 10:39:04 armin76 Exp $ + + 04 Feb 2009; Raúl Porcel <armin76@gentoo.org> hunspell-1.2.8.ebuild: + ia64 stable wrt #254634 18 Jan 2009; Markus Meier <maekke@gentoo.org> hunspell-1.2.8.ebuild: x86 stable, bug #254634 diff --git a/app-text/hunspell/hunspell-1.2.8.ebuild b/app-text/hunspell/hunspell-1.2.8.ebuild index 71c60108fcf4..0688f3aaedc5 100644 --- a/app-text/hunspell/hunspell-1.2.8.ebuild +++ b/app-text/hunspell/hunspell-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.2.8.ebuild,v 1.8 2009/01/18 16:35:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.2.8.ebuild,v 1.9 2009/02/04 10:39:04 armin76 Exp $ inherit eutils multilib autotools @@ -13,7 +13,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |