diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-05-18 09:01:46 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-05-18 09:01:46 +0000 |
commit | a1ebd654ea5fe3320afbf3b2626750020ea7317e (patch) | |
tree | af6d2056089fe59a30f0d08037aed62b40633917 /app-text/texi2html | |
parent | Stable on ppc64 (diff) | |
download | historical-a1ebd654ea5fe3320afbf3b2626750020ea7317e.tar.gz historical-a1ebd654ea5fe3320afbf3b2626750020ea7317e.tar.bz2 historical-a1ebd654ea5fe3320afbf3b2626750020ea7317e.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/texi2html')
-rw-r--r-- | app-text/texi2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.76.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index cebf542e8616..d3030e947d44 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texi2html # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.30 2005/04/22 19:28:36 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.31 2005/05/18 09:01:46 corsair Exp $ + + 18 May 2005; Markus Rothe <corsair@gentoo.org> texi2html-1.76.ebuild: + Stable on ppc64 22 Apr 2005; Kito <kito@gentoo.org> texi2html-1.76.ebuild: ~ppc-macos keyword diff --git a/app-text/texi2html/texi2html-1.76.ebuild b/app-text/texi2html/texi2html-1.76.ebuild index b20086049d78..17e6c5a854cb 100644 --- a/app-text/texi2html/texi2html-1.76.ebuild +++ b/app-text/texi2html/texi2html-1.76.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/texi2html/texi2html-1.76.ebuild,v 1.8 2005/05/01 07:55:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.76.ebuild,v 1.9 2005/05/18 09:01:46 corsair Exp $ DESCRIPTION="Perl script that converts Texinfo to HTML" HOMEPAGE="https://texi2html.cvshome.org/" @@ -8,7 +8,7 @@ SRC_URI="https://texi2html.cvshome.org/files/documents/70/758/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~ppc-macos sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~ppc-macos sparc x86" IUSE="" DEPEND=">=dev-lang/perl-5.6.1" |