diff options
author | Nick Dimiduk <ndimiduk@gentoo.org> | 2005-01-29 17:10:11 +0000 |
---|---|---|
committer | Nick Dimiduk <ndimiduk@gentoo.org> | 2005-01-29 17:10:11 +0000 |
commit | 8aafccb20ef0c1e71db91e3bc55cbc06d2297bbb (patch) | |
tree | 2009ff45592dbb287551554e560501fbbe2efaec /app-text/aspell | |
parent | Proper usage of kde eclasses, to make sure KDEDIR is defined (#33079). (diff) | |
download | gentoo-2-8aafccb20ef0c1e71db91e3bc55cbc06d2297bbb.tar.gz gentoo-2-8aafccb20ef0c1e71db91e3bc55cbc06d2297bbb.tar.bz2 gentoo-2-8aafccb20ef0c1e71db91e3bc55cbc06d2297bbb.zip |
0.60.2: ~ppc-macos 0.50.5-r4: ppc-macos
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.50.5-r4.ebuild | 4 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/aspell/aspell-0.50.5-r4.ebuild b/app-text/aspell/aspell-0.50.5-r4.ebuild index 9b9fa0c32f79..821e2d5eef99 100644 --- a/app-text/aspell/aspell-0.50.5-r4.ebuild +++ b/app-text/aspell/aspell-0.50.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.11 2005/01/01 16:03:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.12 2005/01/29 17:10:11 ndimiduk Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha arm amd64 hppa ia64 mips ppc ppc64 s390 sparc x86 ~ppc-macos" +KEYWORDS="alpha arm amd64 hppa ia64 mips ppc ppc64 s390 sparc x86 ppc-macos" IUSE="gpm" DEPEND=">=sys-libs/ncurses-5.2 diff --git a/app-text/aspell/aspell-0.60.2.ebuild b/app-text/aspell/aspell-0.60.2.ebuild index b4978019f626..a41537b436d3 100644 --- a/app-text/aspell/aspell-0.60.2.ebuild +++ b/app-text/aspell/aspell-0.60.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.2.ebuild,v 1.2 2005/01/22 23:56:24 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.2.ebuild,v 1.3 2005/01/29 17:10:11 ndimiduk Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc-macos" IUSE="gpm" DEPEND=">=sys-libs/ncurses-5.2 |