diff options
author | 2005-03-21 07:23:44 +0000 | |
---|---|---|
committer | 2005-03-21 07:23:44 +0000 | |
commit | 5784ee1ea3a762a4b52846f9c145305ff059ea81 (patch) | |
tree | 35122216f8cc55488e472fd8dd55618e8876f0b6 /dev-lisp/cl-hello | |
parent | Initial ebuild. Ebuild and upstream package by Robin H. Johnson <robbat2@gent... (diff) | |
download | gentoo-2-5784ee1ea3a762a4b52846f9c145305ff059ea81.tar.gz gentoo-2-5784ee1ea3a762a4b52846f9c145305ff059ea81.tar.bz2 gentoo-2-5784ee1ea3a762a4b52846f9c145305ff059ea81.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-hello')
-rw-r--r-- | dev-lisp/cl-hello/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-hello/cl-hello-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/cl-hello/ChangeLog b/dev-lisp/cl-hello/ChangeLog index c9cff11ce6d5..b7a463386022 100644 --- a/dev-lisp/cl-hello/ChangeLog +++ b/dev-lisp/cl-hello/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-hello # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hello/ChangeLog,v 1.1 2005/03/20 09:55:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hello/ChangeLog,v 1.2 2005/03/21 07:23:44 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-hello-0.2.ebuild: + Keywording for ~amd64 *cl-hello-0.2 (20 Mar 2005) diff --git a/dev-lisp/cl-hello/cl-hello-0.2.ebuild b/dev-lisp/cl-hello/cl-hello-0.2.ebuild index c9b3c02c55d6..9fcac213a096 100644 --- a/dev-lisp/cl-hello/cl-hello-0.2.ebuild +++ b/dev-lisp/cl-hello/cl-hello-0.2.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-hello/cl-hello-0.2.ebuild,v 1.1 2005/03/20 09:55:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hello/cl-hello-0.2.ebuild,v 1.2 2005/03/21 07:23:44 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/hello-lisp" SRC_URI="http://constantly.at/lisp/hello-lisp-${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |