diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-20 20:32:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-20 20:32:58 +0000 |
commit | b20ed46713ff27e419507a681734282dca176488 (patch) | |
tree | cd0d14318865e0b3e7ecd094ac4ef278aca5ebcf /app-text/hunspell | |
parent | Added sys-kernel/rt-sources to the list of providers (diff) | |
download | gentoo-2-b20ed46713ff27e419507a681734282dca176488.tar.gz gentoo-2-b20ed46713ff27e419507a681734282dca176488.tar.bz2 gentoo-2-b20ed46713ff27e419507a681734282dca176488.zip |
Stable for HPPA (bug #379045).
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.3.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 3cbfe91f160f..58dca37271e6 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.98 2011/12/17 16:18:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.99 2011/12/20 20:32:58 jer Exp $ + + 20 Dec 2011; Jeroen Roovers <jer@gentoo.org> hunspell-1.3.2-r3.ebuild: + Stable for HPPA (bug #379045). 17 Dec 2011; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.2-r3.ebuild: Stable for AMD64, wrt bug #379045 diff --git a/app-text/hunspell/hunspell-1.3.2-r3.ebuild b/app-text/hunspell/hunspell-1.3.2-r3.ebuild index b55cdc823762..cb3a0ff2f7fa 100644 --- a/app-text/hunspell/hunspell-1.3.2-r3.ebuild +++ b/app-text/hunspell/hunspell-1.3.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.ebuild,v 1.3 2011/12/17 16:18:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.ebuild,v 1.4 2011/12/20 20:32:58 jer Exp $ EAPI=4 inherit eutils multilib autotools flag-o-matic versionator @@ -14,7 +14,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline static-libs" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" RDEPEND=" ncurses? ( sys-libs/ncurses ) |