diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-05-14 19:38:36 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-05-14 19:38:36 +0000 |
commit | 1d49f6382fe8e38e41ec00c325e5397673834ddb (patch) | |
tree | 4f3dbf2ac908f2f76cd4fc4544cf036e121f0808 /app-text | |
parent | Stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-1d49f6382fe8e38e41ec00c325e5397673834ddb.tar.gz gentoo-2-1d49f6382fe8e38e41ec00c325e5397673834ddb.tar.bz2 gentoo-2-1d49f6382fe8e38e41ec00c325e5397673834ddb.zip |
Stable on mips.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index f5f3b674a885..1fbc58b25c14 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aspell # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.36 2004/05/12 20:51:45 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.37 2004/05/14 19:38:36 geoman Exp $ + + 14 May 2004; Stephen P. Becker <geoman@gentoo.org> aspell-0.50.3.ebuild: + Stable on mips 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> aspell-0.50.5.ebuild: Stable on alpha. diff --git a/app-text/aspell/aspell-0.50.3.ebuild b/app-text/aspell/aspell-0.50.3.ebuild index 233ff7818533..9790a14a236f 100644 --- a/app-text/aspell/aspell-0.50.3.ebuild +++ b/app-text/aspell/aspell-0.50.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.13 2004/04/03 07:27:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.14 2004/05/14 19:38:36 geoman Exp $ inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${P}.tar.gz" IUSE="gpm" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc alpha ~mips hppa amd64" +KEYWORDS="x86 ppc sparc alpha mips hppa amd64" DEPEND=">=sys-libs/ncurses-5.2 gpm? ( sys-libs/gpm )" |