diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-05-14 01:07:45 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-05-14 01:07:45 +0000 |
commit | 59b4f6f26c8fdfd7017b0fdc431dff3579d659ed (patch) | |
tree | e930d0f8d1bfb2e6299b0dc38e72dfd1f79887ab /app-text/code2html | |
parent | Inherit eutils so epatch actually works. (diff) | |
download | gentoo-2-59b4f6f26c8fdfd7017b0fdc431dff3579d659ed.tar.gz gentoo-2-59b4f6f26c8fdfd7017b0fdc431dff3579d659ed.tar.bz2 gentoo-2-59b4f6f26c8fdfd7017b0fdc431dff3579d659ed.zip |
mark ~ppc
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/code2html')
-rw-r--r-- | app-text/code2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/code2html/code2html-0.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/code2html/ChangeLog b/app-text/code2html/ChangeLog index 69423cad8233..bbc803de7374 100644 --- a/app-text/code2html/ChangeLog +++ b/app-text/code2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/code2html # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.7 2005/04/21 20:15:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/ChangeLog,v 1.8 2005/05/14 01:07:45 wormo Exp $ + + 13 May 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + code2html-0.9.1.ebuild: + mark ~ppc 21 Apr 2005; Simon Stelling <blubb@gentoo.org> code2html-0.9.1.ebuild: stable on amd64 diff --git a/app-text/code2html/code2html-0.9.1.ebuild b/app-text/code2html/code2html-0.9.1.ebuild index f5e0fa597cb4..4b78fcb87cae 100644 --- a/app-text/code2html/code2html-0.9.1.ebuild +++ b/app-text/code2html/code2html-0.9.1.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/code2html/code2html-0.9.1.ebuild,v 1.8 2005/04/21 20:15:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/code2html/code2html-0.9.1.ebuild,v 1.9 2005/05/14 01:07:45 wormo Exp $ DESCRIPTION="Converts source files to colored HTML output." HOMEPAGE="http://www.palfrader.org/code2html/" @@ -9,7 +9,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 amd64 ppc64" +KEYWORDS="x86 amd64 ppc64 ~ppc" IUSE="" DEPEND="" |