summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-11 08:15:51 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-11 08:15:51 +0000
commitfba966e6cdb79949d8e0277d7c81d481ecd20a21 (patch)
treee29eb0c99bad5832811d19f1772d124e55fbbca6 /dev-lisp/cl-quick-arrays
parentbump (diff)
downloadgentoo-2-fba966e6cdb79949d8e0277d7c81d481ecd20a21.tar.gz
gentoo-2-fba966e6cdb79949d8e0277d7c81d481ecd20a21.tar.bz2
gentoo-2-fba966e6cdb79949d8e0277d7c81d481ecd20a21.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-quick-arrays')
-rw-r--r--dev-lisp/cl-quick-arrays/ChangeLog6
-rw-r--r--dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/cl-quick-arrays/ChangeLog b/dev-lisp/cl-quick-arrays/ChangeLog
index 886f0f29dba0..260fe3554ec1 100644
--- a/dev-lisp/cl-quick-arrays/ChangeLog
+++ b/dev-lisp/cl-quick-arrays/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-quick-arrays
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.5 2005/02/03 03:42:26 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.6 2005/04/11 08:15:51 mkennedy Exp $
+
+ 11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-quick-arrays-1.0-r1.ebuild:
+ Keywording for ~amd64
02 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org>
cl-quick-arrays-1.0-r1.ebuild:
diff --git a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild
index 0342132ff2e2..ba6c1088f1d2 100644
--- a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild
+++ b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.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-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.4 2005/02/03 03:42:26 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.5 2005/04/11 08:15:51 mkennedy Exp $
inherit common-lisp
@@ -12,7 +12,7 @@ HOMEPAGE="http://packages.debian.org/unstable/libs/cl-quick-arrays.html
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-quick-arrays/${PN}_${PV}-${DEB_PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"