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-png
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-png')
-rw-r--r--dev-lisp/cl-png/ChangeLog7
-rw-r--r--dev-lisp/cl-png/cl-png-0.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-png/ChangeLog b/dev-lisp/cl-png/ChangeLog
index 2125385fba83..b545bc5ca6bc 100644
--- a/dev-lisp/cl-png/ChangeLog
+++ b/dev-lisp/cl-png/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cl-png
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-png/ChangeLog,v 1.6 2004/06/24 23:49:39 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-png/ChangeLog,v 1.7 2005/04/11 07:59:41 mkennedy Exp $
+
+ 11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-png-0.4.ebuild:
+ Keywording for ~amd64
10 May 2004; David Holm <dholm@gentoo.org> cl-png-0.4.ebuild:
Added to ~ppc.
diff --git a/dev-lisp/cl-png/cl-png-0.4.ebuild b/dev-lisp/cl-png/cl-png-0.4.ebuild
index 4f1209fa769d..70c5b4f60466 100644
--- a/dev-lisp/cl-png/cl-png-0.4.ebuild
+++ b/dev-lisp/cl-png/cl-png-0.4.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-png/cl-png-0.4.ebuild,v 1.4 2004/07/14 15:59:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-png/cl-png-0.4.ebuild,v 1.5 2005/04/11 07:59:41 mkennedy Exp $
inherit common-lisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.pvv.ntnu.no/~musum/lisp/code/
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-png/cl-png_${PV}.orig.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"