diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-21 07:23:44 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-21 07:23:44 +0000 |
commit | e59a5418068ac5484d46a34146285665069457dc (patch) | |
tree | e73cee3d2c2cfb6f2458bfcf956fa4471728b714 /dev-lisp/cl-elephant | |
parent | Initial ebuild. Ebuild and upstream package by Robin H. Johnson <robbat2@gent... (diff) | |
download | historical-e59a5418068ac5484d46a34146285665069457dc.tar.gz historical-e59a5418068ac5484d46a34146285665069457dc.tar.bz2 historical-e59a5418068ac5484d46a34146285665069457dc.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-elephant')
-rw-r--r-- | dev-lisp/cl-elephant/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/cl-elephant/ChangeLog b/dev-lisp/cl-elephant/ChangeLog index a47bf88d7c3b..3b733182a6cd 100644 --- a/dev-lisp/cl-elephant/ChangeLog +++ b/dev-lisp/cl-elephant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-elephant -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-elephant/ChangeLog,v 1.2 2004/10/20 16:21:38 mkennedy Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-elephant/ChangeLog,v 1.3 2005/03/21 07:12:11 mkennedy Exp $ + + 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-elephant-0.2.1.ebuild: + Keywording for ~amd64 20 Oct 2004; <mkennedy@gentoo.org> files/0.2.1-gentoo.patch: Corrected shared object linking to resolve Bug #68132. Thanks to ejohnson diff --git a/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild b/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild index 950bd00094c9..67aa987cbf02 100644 --- a/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild +++ b/dev-lisp/cl-elephant/cl-elephant-0.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-elephant/cl-elephant-0.2.1.ebuild,v 1.1 2004/10/10 05:01:52 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild,v 1.2 2005/03/21 07:12:11 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/elephant/" SRC_URI="http://common-lisp.net/project/elephant/elephant-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="doc" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp |