diff options
-rw-r--r-- | app-xemacs/xemacs-ispell/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-xemacs/xemacs-ispell/ChangeLog b/app-xemacs/xemacs-ispell/ChangeLog index c4171e1bf348..f7a948670cb2 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.12 2007/09/20 16:06:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.13 2007/10/15 06:20:40 jer Exp $ + + 15 Oct 2007; Jeroen Roovers <jer@gentoo.org> xemacs-ispell-1.32.ebuild: + Stable for HPPA (bug #189672). 20 Sep 2007; Jeroen Roovers <jer@gentoo.org> xemacs-ispell-1.32.ebuild: Marked ~hppa (bug #193144). diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild index 056481e82f11..2faa9a6afbb6 100644 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.32.ebuild,v 1.6 2007/09/20 16:04:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild,v 1.7 2007/10/15 06:20:40 jer Exp $ SLOT="0" IUSE="" @@ -12,6 +12,6 @@ MY_PN=${PN/xemacs-/} SRC_URI="http://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz" RDEPEND="" -KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" inherit xemacs-packages |