diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 01:19:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 01:19:24 +0000 |
commit | c21886998745394ed8259a09c31a6acc242be623 (patch) | |
tree | 8f7f4bfa0b7e7782214db8b3057db7b56cd23728 /dev-lisp/cl-yaclml | |
parent | Package-Manager: portage-2.0.51.19 (diff) | |
download | historical-c21886998745394ed8259a09c31a6acc242be623.tar.gz historical-c21886998745394ed8259a09c31a6acc242be623.tar.bz2 historical-c21886998745394ed8259a09c31a6acc242be623.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-yaclml')
-rw-r--r-- | dev-lisp/cl-yaclml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/cl-yaclml/ChangeLog b/dev-lisp/cl-yaclml/ChangeLog index 622144f75858..f8e57e8c2dc9 100644 --- a/dev-lisp/cl-yaclml/ChangeLog +++ b/dev-lisp/cl-yaclml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-yaclml # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/ChangeLog,v 1.2 2005/02/24 05:49:57 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/ChangeLog,v 1.3 2005/04/17 01:18:13 mkennedy Exp $ + + 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-yaclml-0.5.2.ebuild: + Keywording. 23 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-yaclml-0.5.2.ebuild: Correct silly logic error in src_compile() for doc USE flag. diff --git a/dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild b/dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild index 8cbd3c73ac36..90259c2acad4 100644 --- a/dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild +++ b/dev-lisp/cl-yaclml/cl-yaclml-0.5.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-yaclml/cl-yaclml-0.5.2.ebuild,v 1.2 2005/02/24 05:49:57 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild,v 1.3 2005/04/17 01:18:13 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/bese/yaclml.html" SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/yaclml_${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="doc" DEPEND="dev-lisp/cl-iterate dev-lisp/cl-arnesi |