diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-22 10:47:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-22 10:47:23 +0000 |
commit | 104cf1d2c8439d694152f45fac4fe29baa18a0a1 (patch) | |
tree | f9cf47c1b0c671653911ac109e378a3d0a467fda /app-text/hunspell | |
parent | Add ~alpha/~ia64 (diff) | |
download | gentoo-2-104cf1d2c8439d694152f45fac4fe29baa18a0a1.tar.gz gentoo-2-104cf1d2c8439d694152f45fac4fe29baa18a0a1.tar.bz2 gentoo-2-104cf1d2c8439d694152f45fac4fe29baa18a0a1.zip |
sh stable
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index e4239253a9bf..987177063621 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.68 2010/05/21 17:51:06 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.69 2010/05/22 10:47:23 armin76 Exp $ + + 22 May 2010; Raúl Porcel <armin76@gentoo.org> hunspell-1.2.9.ebuild: + sh stable 21 May 2010; Peter Volkov <pva@gentoo.org> hunspell-1.2.9.ebuild: amd64 stable, bug 319435 diff --git a/app-text/hunspell/hunspell-1.2.9.ebuild b/app-text/hunspell/hunspell-1.2.9.ebuild index bf0148e25b19..8094e4baec9c 100644 --- a/app-text/hunspell/hunspell-1.2.9.ebuild +++ b/app-text/hunspell/hunspell-1.2.9.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-text/hunspell/hunspell-1.2.9.ebuild,v 1.4 2010/05/21 17:51:06 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.2.9.ebuild,v 1.5 2010/05/22 10:47:23 armin76 Exp $ EAPI="2" inherit eutils multilib autotools flag-o-matic @@ -14,7 +14,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 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |