diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-21 15:45:19 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-21 15:45:19 +0000 |
commit | 2c6649dd70fd8997071d86a9203ea9f19ce680ea (patch) | |
tree | c8d3c3f3eb975dbe98b52ebb9a80716eb105b211 /app-text | |
parent | GCC 4.2.2 really hates the -faltivec this build system wants to specify, remo... (diff) | |
download | gentoo-2-2c6649dd70fd8997071d86a9203ea9f19ce680ea.tar.gz gentoo-2-2c6649dd70fd8997071d86a9203ea9f19ce680ea.tar.bz2 gentoo-2-2c6649dd70fd8997071d86a9203ea9f19ce680ea.zip |
Stable on ppc wrt bug 182360
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 60f68acf81e5..a7494a5855fb 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.27 2007/08/17 20:30:54 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.28 2007/10/21 15:45:19 nixnut Exp $ + + 21 Oct 2007; nixnut <nixnut@gentoo.org> hunspell-1.1.9.ebuild: + Stable on ppc wrt bug 182360 *hunspell-1.1.9 (17 Aug 2007) diff --git a/app-text/hunspell/hunspell-1.1.9.ebuild b/app-text/hunspell/hunspell-1.1.9.ebuild index 51e99afc700f..024d630a17c2 100644 --- a/app-text/hunspell/hunspell-1.1.9.ebuild +++ b/app-text/hunspell/hunspell-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.1 2007/08/17 20:30:54 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.2 2007/10/21 15:45:19 nixnut Exp $ inherit eutils multilib autotools @@ -12,7 +12,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses readline" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |