diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-18 07:42:10 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-18 07:42:10 +0000 |
commit | fc8babba6d835c8657a93a75d67d9354644f60e4 (patch) | |
tree | 914e97b58e1943b1dce1c2f0bad5da9b29427519 /dev-lisp/cl-bayescl | |
parent | Version bump. (diff) | |
download | historical-fc8babba6d835c8657a93a75d67d9354644f60e4.tar.gz historical-fc8babba6d835c8657a93a75d67d9354644f60e4.tar.bz2 historical-fc8babba6d835c8657a93a75d67d9354644f60e4.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-bayescl')
-rw-r--r-- | dev-lisp/cl-bayescl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-bayescl/cl-bayescl-20041121.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/cl-bayescl/ChangeLog b/dev-lisp/cl-bayescl/ChangeLog index 044b64b3bbef..fe8a767da90c 100644 --- a/dev-lisp/cl-bayescl/ChangeLog +++ b/dev-lisp/cl-bayescl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-bayescl -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bayescl/ChangeLog,v 1.1 2004/11/21 20:28:07 mkennedy Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bayescl/ChangeLog,v 1.2 2005/03/18 07:40:37 mkennedy Exp $ + + 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-bayescl-20041121.ebuild: + Keywording for ~amd64 *cl-bayescl-20041121 (21 Nov 2004) diff --git a/dev-lisp/cl-bayescl/cl-bayescl-20041121.ebuild b/dev-lisp/cl-bayescl/cl-bayescl-20041121.ebuild index 6890c96201b1..251fc4db8f60 100644 --- a/dev-lisp/cl-bayescl/cl-bayescl-20041121.ebuild +++ b/dev-lisp/cl-bayescl/cl-bayescl-20041121.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-bayescl/cl-bayescl-20041121.ebuild,v 1.1 2004/11/21 20:28:07 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bayescl/cl-bayescl-20041121.ebuild,v 1.2 2005/03/18 07:40:37 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/bayescl/" SRC_URI="mirror://gentoo/bayescl-${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" S=${WORKDIR}/bayescl |