diff options
Diffstat (limited to 'app-text/htmlinc')
-rw-r--r-- | app-text/htmlinc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/htmlinc/htmlinc-1.0_beta1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/htmlinc/ChangeLog b/app-text/htmlinc/ChangeLog index 024892123598..39e48df0a2ae 100644 --- a/app-text/htmlinc/ChangeLog +++ b/app-text/htmlinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/htmlinc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/ChangeLog,v 1.11 2005/05/30 23:36:29 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/ChangeLog,v 1.12 2005/07/16 16:29:10 josejx Exp $ + + 16 Jul 2005; Joseph Jezak <josejx@gentoo.org> htmlinc-1.0_beta1.ebuild: + Marked ~ppc at the request of bug #99214. *htmlinc-1.0_beta1-r1 (30 May 2005) diff --git a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild index 4c7c4d97f4d7..ecddfb6ed7a6 100644 --- a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild +++ b/app-text/htmlinc/htmlinc-1.0_beta1.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/htmlinc/htmlinc-1.0_beta1.ebuild,v 1.13 2005/01/01 16:20:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1.ebuild,v 1.14 2005/07/16 16:29:10 josejx Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://meybohm.de/files/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc" +KEYWORDS="~ppc sparc x86" IUSE="" DEPEND="virtual/libc" |