summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-11 07:59:41 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-11 07:59:41 +0000
commit89fec1fc15728740bd569d58733758706c8065ed (patch)
treeb0875083ae887865599ec4722f349c20e595482f /dev-lisp/cl-pipes
parentVersion bump, closing bug #88383. Updated copyright headers. Wiped out older ... (diff)
downloadgentoo-2-89fec1fc15728740bd569d58733758706c8065ed.tar.gz
gentoo-2-89fec1fc15728740bd569d58733758706c8065ed.tar.bz2
gentoo-2-89fec1fc15728740bd569d58733758706c8065ed.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-pipes')
-rw-r--r--dev-lisp/cl-pipes/ChangeLog7
-rw-r--r--dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-pipes/ChangeLog b/dev-lisp/cl-pipes/ChangeLog
index 247042d11b8f..aa0b6648b6c5 100644
--- a/dev-lisp/cl-pipes/ChangeLog
+++ b/dev-lisp/cl-pipes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-pipes
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.5 2004/09/03 13:48:25 dholm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.6 2005/04/11 07:55:28 mkennedy Exp $
+
+ 11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-pipes-1.2.1.ebuild:
+ Keywording for ~amd64
03 Sep 2004; David Holm <dholm@gentoo.org> cl-pipes-1.2.1.ebuild:
Added to ~ppc.
diff --git a/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild b/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild
index 8ca6e2317045..8029c5f0cb41 100644
--- a/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild
+++ b/dev-lisp/cl-pipes/cl-pipes-1.2.1.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-pipes/cl-pipes-1.2.1.ebuild,v 1.4 2004/09/03 13:48:25 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild,v 1.5 2005/04/11 07:55:28 mkennedy Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://packages.debian.org/unstable/devel/cl-pipes.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-pipes/${PN}_${PV}.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"