diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:19:23 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:19:23 +0000 |
commit | fe9ed8eaeed7ac0655119178200f224c3bd6183c (patch) | |
tree | 798d7d790321112b3629fdd9fe24b2f0c2c5fa3b /dev-lisp/cl-hello | |
parent | version bump (diff) | |
download | gentoo-2-fe9ed8eaeed7ac0655119178200f224c3bd6183c.tar.gz gentoo-2-fe9ed8eaeed7ac0655119178200f224c3bd6183c.tar.bz2 gentoo-2-fe9ed8eaeed7ac0655119178200f224c3bd6183c.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 b7a463386022..948056fb54b1 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.2 2005/03/21 07:23:44 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hello/ChangeLog,v 1.3 2005/04/16 20:14:32 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-hello-0.2.ebuild: + Keywording 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-hello-0.2.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-hello/cl-hello-0.2.ebuild b/dev-lisp/cl-hello/cl-hello-0.2.ebuild index 9fcac213a096..21580fa2e498 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.2 2005/03/21 07:23:44 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hello/cl-hello-0.2.ebuild,v 1.3 2005/04/16 20:14:32 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 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |