diff options
author | 2007-09-20 16:08:32 +0000 | |
---|---|---|
committer | 2007-09-20 16:08:32 +0000 | |
commit | 5061f33ed3dee8d12004f938f6baba0dacabbe58 (patch) | |
tree | 2c1d0ebdd1dadf880ed3b1c9e95e7e47a03e0d6f | |
parent | Fix bug number. (diff) | |
download | gentoo-2-5061f33ed3dee8d12004f938f6baba0dacabbe58.tar.gz gentoo-2-5061f33ed3dee8d12004f938f6baba0dacabbe58.tar.bz2 gentoo-2-5061f33ed3dee8d12004f938f6baba0dacabbe58.zip |
Marked ~hppa (bug #193144).
(Portage version: 2.1.3.9)
-rw-r--r-- | app-xemacs/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/texinfo/texinfo-1.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-xemacs/texinfo/ChangeLog b/app-xemacs/texinfo/ChangeLog index 42f2996a2ca2..72b661c36f7b 100644 --- a/app-xemacs/texinfo/ChangeLog +++ b/app-xemacs/texinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/texinfo # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/ChangeLog,v 1.10 2007/06/03 19:22:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/ChangeLog,v 1.11 2007/09/20 16:08:32 jer Exp $ + + 20 Sep 2007; Jeroen Roovers <jer@gentoo.org> texinfo-1.30.ebuild: + Marked ~hppa (bug #193144). 03 Jun 2007; Hans de Graaff <graaff@gentoo.org> texinfo-1.30.ebuild: Stable on amd64, ppc, ppc64, sparc, x86 as per #175560 diff --git a/app-xemacs/texinfo/texinfo-1.30.ebuild b/app-xemacs/texinfo/texinfo-1.30.ebuild index f8e3ede8a1dc..d5367af375a9 100644 --- a/app-xemacs/texinfo/texinfo-1.30.ebuild +++ b/app-xemacs/texinfo/texinfo-1.30.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/texinfo/texinfo-1.30.ebuild,v 1.4 2007/07/11 02:37:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/texinfo/texinfo-1.30.ebuild,v 1.5 2007/09/20 16:08:32 jer Exp $ SLOT="0" IUSE="" @@ -10,6 +10,6 @@ PKG_CAT="standard" RDEPEND="app-xemacs/text-modes app-xemacs/xemacs-base " -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" inherit xemacs-packages |