diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-09-20 16:04:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-09-20 16:04:30 +0000 |
commit | ed57fe914737469deddae2473fcd0c727198b032 (patch) | |
tree | d922b586267877d46ef3456206aa81f9b0d195ce /app-xemacs/xemacs-ispell | |
parent | Bump to 2.3.20 (diff) | |
download | historical-ed57fe914737469deddae2473fcd0c727198b032.tar.gz historical-ed57fe914737469deddae2473fcd0c727198b032.tar.bz2 historical-ed57fe914737469deddae2473fcd0c727198b032.zip |
Marked ~hppa (bug #127629).
Package-Manager: portage-2.1.3.9
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.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 35145db0f670..578f95534f96 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.10 2007/06/03 19:36:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.11 2007/09/20 16:04:05 jer Exp $ + + 20 Sep 2007; Jeroen Roovers <jer@gentoo.org> xemacs-ispell-1.32.ebuild: + Marked ~hppa (bug #127629). 03 Jun 2007; Hans de Graaff <graaff@gentoo.org> xemacs-ispell-1.32.ebuild: Stable on amd64, ppc, ppc64, sparc, x86 as per #175560 diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild index bf412e8b9ed7..056481e82f11 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.5 2007/07/11 02:37:38 mr_bones_ Exp $ +# $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 $ 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 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" inherit xemacs-packages |