diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-18 07:42:10 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-18 07:42:10 +0000 |
commit | bacabb0c4377ddd6ba75825703c9cf500fae37e0 (patch) | |
tree | b4fdf62730c05c9b70617340da0d778842f515e9 /dev-lisp/cl-bouquet | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-bacabb0c4377ddd6ba75825703c9cf500fae37e0.tar.gz gentoo-2-bacabb0c4377ddd6ba75825703c9cf500fae37e0.tar.bz2 gentoo-2-bacabb0c4377ddd6ba75825703c9cf500fae37e0.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-bouquet')
-rw-r--r-- | dev-lisp/cl-bouquet/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-bouquet/ChangeLog b/dev-lisp/cl-bouquet/ChangeLog index 8186ec95a642..4f5cf5694fbb 100644 --- a/dev-lisp/cl-bouquet/ChangeLog +++ b/dev-lisp/cl-bouquet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-bouquet -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bouquet/ChangeLog,v 1.4 2004/08/07 05:22:07 mkennedy Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bouquet/ChangeLog,v 1.5 2005/03/18 07:42:10 mkennedy Exp $ + + 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-bouquet-0.1.ebuild: + Keywording for ~amd64 07 Aug 2004; <mkennedy@gentoo.org> +files/0.1-package-lock-gentoo.patch, -files/cl-bouquet-0.1-clisp-package-lock-gentoo.patch, diff --git a/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild b/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild index 38ca24776a97..e312164ea8ed 100644 --- a/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild +++ b/dev-lisp/cl-bouquet/cl-bouquet-0.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-bouquet/cl-bouquet-0.1.ebuild,v 1.6 2004/08/07 05:22:07 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bouquet/cl-bouquet-0.1.ebuild,v 1.7 2005/03/18 07:42:10 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://sourceforge.net/projects/bouquet/" SRC_URI="mirror://sourceforge/bouquet/bouquet-${PV}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/commonlisp dev-lisp/common-lisp-controller" |