diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-05-21 12:16:55 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-05-21 12:16:55 +0000 |
commit | 0645c94de7134015d5762fa68a02aec096fad646 (patch) | |
tree | 894561ac9751a6215cbacac395430a571fde9880 /app-text/enchant/enchant-1.2.5.ebuild | |
parent | Fix compiling with gcc-4.1 Not able to play it, thought (diff) | |
download | historical-0645c94de7134015d5762fa68a02aec096fad646.tar.gz historical-0645c94de7134015d5762fa68a02aec096fad646.tar.bz2 historical-0645c94de7134015d5762fa68a02aec096fad646.zip |
Stable on ppc. bug 133939
Package-Manager: portage-2.1_rc1-r3
Diffstat (limited to 'app-text/enchant/enchant-1.2.5.ebuild')
-rw-r--r-- | app-text/enchant/enchant-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-1.2.5.ebuild b/app-text/enchant/enchant-1.2.5.ebuild index 60aa319e256c..0e7e3edd61c0 100644 --- a/app-text/enchant/enchant-1.2.5.ebuild +++ b/app-text/enchant/enchant-1.2.5.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/enchant/enchant-1.2.5.ebuild,v 1.1 2006/04/03 16:35:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.2.5.ebuild,v 1.2 2006/05/21 12:16:55 nixnut Exp $ DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="http://www.abisource.com/enchant/" @@ -8,7 +8,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86" IUSE="" # FIXME : some sort of proper spellchecker selection needed |