summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-03-21 07:33:39 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-03-21 07:33:39 +0000
commit0f446d95fb82e2144b06216dcbdc37f45dc30882 (patch)
treee5ae10496d5e22bf3e67e6a0f4e92ad447990456 /dev-lisp/cl-html-encode
parentfilter-flags not in global scope (diff)
downloadhistorical-0f446d95fb82e2144b06216dcbdc37f45dc30882.tar.gz
historical-0f446d95fb82e2144b06216dcbdc37f45dc30882.tar.bz2
historical-0f446d95fb82e2144b06216dcbdc37f45dc30882.zip
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-html-encode')
-rw-r--r--dev-lisp/cl-html-encode/ChangeLog6
-rw-r--r--dev-lisp/cl-html-encode/cl-html-encode-1.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/cl-html-encode/ChangeLog b/dev-lisp/cl-html-encode/ChangeLog
index e05c19227ce7..b05fd7a08f58 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.1 2005/02/10 09:18:30 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-encode/ChangeLog,v 1.2 2005/03/21 07:30:43 mkennedy Exp $
+
+ 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-html-encode-1.0.ebuild:
+ Keywording for ~amd64
*cl-html-encode-1.0 (09 Feb 2005)
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 3443a7cdb881..b1775546f012 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.1 2005/02/10 09:18:30 mkennedy Exp $
+# $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 $
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"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="virtual/commonlisp
dev-lisp/common-lisp-controller"