diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-10-24 14:31:53 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-10-24 14:31:53 +0000 |
commit | 4c12827837d7dbf5689d6472b079e36841faf92d (patch) | |
tree | 9c69672884fdce2f6fa66d8ce11630666bd694c1 /app-emacs/htmlfontify | |
parent | Fix for bug #109745. (diff) | |
download | historical-4c12827837d7dbf5689d6472b079e36841faf92d.tar.gz historical-4c12827837d7dbf5689d6472b079e36841faf92d.tar.bz2 historical-4c12827837d7dbf5689d6472b079e36841faf92d.zip |
Marked ~ppc.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-emacs/htmlfontify')
-rw-r--r-- | app-emacs/htmlfontify/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/htmlfontify/htmlfontify-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/htmlfontify/ChangeLog b/app-emacs/htmlfontify/ChangeLog index ddf9a0323d56..efe7f4a23607 100644 --- a/app-emacs/htmlfontify/ChangeLog +++ b/app-emacs/htmlfontify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/htmlfontify # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.6 2005/07/01 18:39:22 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.7 2005/10/24 14:31:53 josejx Exp $ + + 24 Oct 2005; Joseph Jezak <josejx@gentoo.org> htmlfontify-0.17.ebuild: + Marked ~ppc. 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> htmlfontify-0.17.ebuild: diff --git a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild index 65732e18c0d3..e6ce88cc3930 100644 --- a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild +++ b/app-emacs/htmlfontify/htmlfontify-0.17.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-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.8 2005/07/01 18:39:22 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.9 2005/10/24 14:31:53 josejx Exp $ inherit elisp @@ -14,7 +14,7 @@ SRC_URI="http://rtfm.etla.org/emacs/htmlfontify/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" +KEYWORDS="~amd64 ~ppc x86" DEPEND="virtual/emacs" |