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-aima | |
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-aima')
-rw-r--r-- | dev-lisp/cl-aima/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-aima/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.4.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-lisp/cl-aima/ChangeLog b/dev-lisp/cl-aima/ChangeLog index 88082ee16ef8..bbc2f7e7c8df 100644 --- a/dev-lisp/cl-aima/ChangeLog +++ b/dev-lisp/cl-aima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-aima # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.10 2005/03/18 07:30:17 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.11 2005/05/24 18:48:32 mkennedy Exp $ + + 24 May 2005; <mkennedy@gentoo.org> cl-aima-1.0.4.ebuild: + Keywording ~sparc 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-aima-1.0.4.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-aima/Manifest b/dev-lisp/cl-aima/Manifest index e4d772def864..7aa86d25537b 100644 --- a/dev-lisp/cl-aima/Manifest +++ b/dev-lisp/cl-aima/Manifest @@ -1,5 +1,5 @@ MD5 d49ba0bbeb7657ed7f55ac1093de5360 ChangeLog 1348 -MD5 1ca31db009f2a0b968b16d58117344c4 cl-aima-1.0.4.ebuild 1623 +MD5 8d648aec33f370e910e587e8e0d9b9e3 cl-aima-1.0.4.ebuild 1630 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 8fb00bb7d54826f9eab646777630e873 files/1.0.4-defsystem-and-package-lock-gentoo.patch.gz 5052 MD5 e3eb78b3fd180b27d032e20b551747cc files/digest-cl-aima-1.0.4 136 diff --git a/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild index 4cad6d869480..4d3decd2539c 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.4.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-aima/cl-aima-1.0.4.ebuild,v 1.2 2005/03/18 07:30:17 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild,v 1.3 2005/05/24 18:48:32 mkennedy Exp $ inherit common-lisp eutils @@ -12,7 +12,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-aima/cl-aima_${PV}.orig.tar http://ftp.debian.org/debian/pool/main/c/cl-aima/cl-aima_${PV}-${DEB_PV}.diff.gz" LICENSE="Norvig" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="~amd64 ~sparc x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |