diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-05-24 18:48:37 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-05-24 18:48:37 +0000 |
commit | bd77325d229c62b40c2f305f80910ccf26782510 (patch) | |
tree | 3f53021111fe1caf8f2e47c8eba17899f9a9b035 /dev-lisp/cl-quick-arrays | |
parent | Version bump. (diff) | |
download | gentoo-2-bd77325d229c62b40c2f305f80910ccf26782510.tar.gz gentoo-2-bd77325d229c62b40c2f305f80910ccf26782510.tar.bz2 gentoo-2-bd77325d229c62b40c2f305f80910ccf26782510.zip |
Keywording ~sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-quick-arrays')
-rw-r--r-- | dev-lisp/cl-quick-arrays/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-quick-arrays/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-lisp/cl-quick-arrays/ChangeLog b/dev-lisp/cl-quick-arrays/ChangeLog index 800d67977fed..55202d051f36 100644 --- a/dev-lisp/cl-quick-arrays/ChangeLog +++ b/dev-lisp/cl-quick-arrays/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2005/04/17 00:18:59 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.8 2005/05/24 18:48:35 mkennedy Exp $ + + 24 May 2005; <mkennedy@gentoo.org> cl-quick-arrays-1.0-r1.ebuild: + Keywording ~sparc 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-quick-arrays-1.0.ebuild, cl-quick-arrays-1.0-r1.ebuild: diff --git a/dev-lisp/cl-quick-arrays/Manifest b/dev-lisp/cl-quick-arrays/Manifest index 9e0070ebe75d..077d8ee7e10b 100644 --- a/dev-lisp/cl-quick-arrays/Manifest +++ b/dev-lisp/cl-quick-arrays/Manifest @@ -1,4 +1,4 @@ MD5 0ad4f1c4367d62163a563fae52dae772 ChangeLog 946 -MD5 7b2694cd88405024052c9748183b2c96 cl-quick-arrays-1.0-r1.ebuild 848 +MD5 09c41b0f8dd156fbc16dca57ab9d0a76 cl-quick-arrays-1.0-r1.ebuild 855 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 7363e44218945f35799d3aa70e3c1f75 files/digest-cl-quick-arrays-1.0-r1 72 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 0c5d258f01c1..43baed99bfb2 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.6 2005/04/17 00:18:59 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.7 2005/05/24 18:48:35 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 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |