diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-26 09:06:23 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-26 09:06:23 +0000 |
commit | 37c33b770cd24486e1b370814d4e2f2a4eadce07 (patch) | |
tree | 78e0db68fe2a02e8e46b4d742826612a72edafe5 /app-text | |
parent | touchups (diff) | |
download | gentoo-2-37c33b770cd24486e1b370814d4e2f2a4eadce07.tar.gz gentoo-2-37c33b770cd24486e1b370814d4e2f2a4eadce07.tar.bz2 gentoo-2-37c33b770cd24486e1b370814d4e2f2a4eadce07.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hspell/hspell-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog index 27fbcdf8cebe..9a978d1294fe 100644 --- a/app-text/hspell/ChangeLog +++ b/app-text/hspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hspell # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.13 2005/03/27 12:16:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.14 2005/06/26 09:06:23 hansmi Exp $ + + 26 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> hspell-0.7.ebuild: + Stable on ppc. 27 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> hspell-0.7.ebuild: Added to ~ppc. diff --git a/app-text/hspell/hspell-0.7.ebuild b/app-text/hspell/hspell-0.7.ebuild index f4d779ca0c2e..bc4efb129270 100644 --- a/app-text/hspell/hspell-0.7.ebuild +++ b/app-text/hspell/hspell-0.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.7.ebuild,v 1.7 2005/03/27 12:16:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-0.7.ebuild,v 1.8 2005/06/26 09:06:23 hansmi Exp $ DESCRIPTION="A Hebrew spell checker" HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" SRC_URI="http://ivrix.org.il/projects/spell-checker/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~ppc" +KEYWORDS="~alpha ppc ~x86" IUSE="" DEPEND=">=dev-lang/perl-5.6.1" |