summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-05-24 18:48:37 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-05-24 18:48:37 +0000
commitbd77325d229c62b40c2f305f80910ccf26782510 (patch)
tree3f53021111fe1caf8f2e47c8eba17899f9a9b035 /dev-lisp/cl-hello
parentVersion bump. (diff)
downloadgentoo-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-hello')
-rw-r--r--dev-lisp/cl-hello/ChangeLog5
-rw-r--r--dev-lisp/cl-hello/Manifest4
-rw-r--r--dev-lisp/cl-hello/cl-hello-0.2.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-hello/ChangeLog b/dev-lisp/cl-hello/ChangeLog
index 948056fb54b1..1098296c0484 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.3 2005/04/16 20:14:32 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hello/ChangeLog,v 1.4 2005/05/24 18:48:33 mkennedy Exp $
+
+ 24 May 2005; <mkennedy@gentoo.org> cl-hello-0.2.ebuild:
+ Keywording ~sparc
16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-hello-0.2.ebuild:
Keywording
diff --git a/dev-lisp/cl-hello/Manifest b/dev-lisp/cl-hello/Manifest
index eb7d06b1c01c..be58c5ef0bf9 100644
--- a/dev-lisp/cl-hello/Manifest
+++ b/dev-lisp/cl-hello/Manifest
@@ -1,4 +1,4 @@
-MD5 569264a6c08f6a7f4a65bb718ebd9e92 cl-hello-0.2.ebuild 700
-MD5 671e3ff179bd2babbc6c3c961eb65faa metadata.xml 428
MD5 c40df478e527b272e3c4951b674a2fdb ChangeLog 594
+MD5 f80d319797b4431b9d158d19ef55e301 cl-hello-0.2.ebuild 707
+MD5 671e3ff179bd2babbc6c3c961eb65faa metadata.xml 428
MD5 404c20c44fd7fc3226f65cd68684164a files/digest-cl-hello-0.2 64
diff --git a/dev-lisp/cl-hello/cl-hello-0.2.ebuild b/dev-lisp/cl-hello/cl-hello-0.2.ebuild
index 21580fa2e498..ed5b543b0208 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.3 2005/04/16 20:14:32 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hello/cl-hello-0.2.ebuild,v 1.4 2005/05/24 18:48:33 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 ~ppc"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"