diff options
author | Tom Gall <tgall@gentoo.org> | 2004-08-10 02:17:24 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-08-10 02:17:24 +0000 |
commit | 5b0a35f02869f3aa2cfbf86ab3ba02c912b5438a (patch) | |
tree | 2f15da39cc8a5fc8ee58b09ad57b78a9a620e661 /app-xemacs/xemacs-ispell | |
parent | stable on ppc64, bug #57174 (Manifest recommit) (diff) | |
download | gentoo-2-5b0a35f02869f3aa2cfbf86ab3ba02c912b5438a.tar.gz gentoo-2-5b0a35f02869f3aa2cfbf86ab3ba02c912b5438a.tar.bz2 gentoo-2-5b0a35f02869f3aa2cfbf86ab3ba02c912b5438a.zip |
stable on ppc64, bug #57174
Diffstat (limited to 'app-xemacs/xemacs-ispell')
-rw-r--r-- | app-xemacs/xemacs-ispell/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-xemacs/xemacs-ispell/ChangeLog b/app-xemacs/xemacs-ispell/ChangeLog index fc94461448e3..fa2a814ff9c8 100644 --- a/app-xemacs/xemacs-ispell/ChangeLog +++ b/app-xemacs/xemacs-ispell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/xemacs-ispell # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.3 2004/06/24 23:25:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.4 2004/08/10 02:17:24 tgall Exp $ + + 09 Aug 2004; Tom Gall <tgall@gentoo.org> xemacs-ispell-1.24.ebuild: + stable on ppc64, bug #57174 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> xemacs-ispell-1.24.ebuild: Stable on alpha diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild index e2055ef6f588..0775a9dee092 100644 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild,v 1.5 2004/06/24 23:25:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild,v 1.6 2004/08/10 02:17:24 tgall Exp $ SLOT="0" IUSE="" @@ -12,7 +12,7 @@ MY_PN=${PN/xemacs-/} SRC_URI="ftp://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz" DEPEND="" -KEYWORDS="amd64 x86 ~ppc alpha sparc" +KEYWORDS="amd64 x86 ~ppc alpha sparc ppc64" inherit xemacs-packages |