diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:19:23 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:19:23 +0000 |
commit | fef51c3c8b8bdc5b1560be4fdc0e8f05a846f7b5 (patch) | |
tree | 91891adcf75626d4c2ba4010a0b4829592e0a544 /dev-lisp/cl-html-encode | |
parent | version bump (diff) | |
download | historical-fef51c3c8b8bdc5b1560be4fdc0e8f05a846f7b5.tar.gz historical-fef51c3c8b8bdc5b1560be4fdc0e8f05a846f7b5.tar.bz2 historical-fef51c3c8b8bdc5b1560be4fdc0e8f05a846f7b5.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-html-encode')
-rw-r--r-- | dev-lisp/cl-html-encode/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-html-encode/cl-html-encode-1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/cl-html-encode/ChangeLog b/dev-lisp/cl-html-encode/ChangeLog index b05fd7a08f58..ee3e9c314bb8 100644 --- a/dev-lisp/cl-html-encode/ChangeLog +++ b/dev-lisp/cl-html-encode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-html-encode # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-encode/ChangeLog,v 1.2 2005/03/21 07:30:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-encode/ChangeLog,v 1.3 2005/04/16 20:16:14 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-html-encode-1.0.ebuild: + Keywording 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-html-encode-1.0.ebuild: diff --git a/dev-lisp/cl-html-encode/cl-html-encode-1.0.ebuild b/dev-lisp/cl-html-encode/cl-html-encode-1.0.ebuild index b1775546f012..5dc2fdef2312 100644 --- a/dev-lisp/cl-html-encode/cl-html-encode-1.0.ebuild +++ b/dev-lisp/cl-html-encode/cl-html-encode-1.0.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/dev-lisp/cl-html-encode/cl-html-encode-1.0.ebuild,v 1.2 2005/03/21 07:30:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-encode/cl-html-encode-1.0.ebuild,v 1.3 2005/04/16 20:16:14 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/html-encode" SRC_URI="http://www.unmutual.info/software/html-encode-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/commonlisp dev-lisp/common-lisp-controller" |