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
commit6d955ceb3ba8ccdecb6ae207a24c1120ef206769 (patch)
tree372ccb5b3626e7f6d8bbfc32d5bdb53e3d413c00 /dev-lisp/cl-html-template
parentfilter-flags not in global scope (diff)
downloadgentoo-2-6d955ceb3ba8ccdecb6ae207a24c1120ef206769.tar.gz
gentoo-2-6d955ceb3ba8ccdecb6ae207a24c1120ef206769.tar.bz2
gentoo-2-6d955ceb3ba8ccdecb6ae207a24c1120ef206769.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-html-template')
-rw-r--r--dev-lisp/cl-html-template/ChangeLog8
-rw-r--r--dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/cl-html-template/ChangeLog b/dev-lisp/cl-html-template/ChangeLog
index 1595d9717087..3040bb70bb0f 100644
--- a/dev-lisp/cl-html-template/ChangeLog
+++ b/dev-lisp/cl-html-template/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-html-template
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.5 2004/06/24 23:43:58 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.6 2005/03/21 07:33:39 mkennedy Exp $
+
+ 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-html-template-0.1.2-r1.ebuild:
+ Keywording for ~amd64
*cl-html-template-0.1.2-r1 (12 Feb 2004)
diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild
index 89c5adc8d832..b7a5e594c61d 100644
--- a/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild
+++ b/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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-template/cl-html-template-0.1.2-r1.ebuild,v 1.3 2004/07/14 15:31:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild,v 1.4 2005/03/21 07:33:39 mkennedy Exp $
inherit common-lisp
@@ -10,7 +10,7 @@ HOMEPAGE="http://weitz.de/html-template/
SRC_URI="mirror://gentoo/${P/cl-/}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"