diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-11-20 21:47:55 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-11-20 21:47:55 +0000 |
commit | 29e9b4279740cfddbdf578ee56db0d4c67506b39 (patch) | |
tree | 3c9387fd6db3eb33f19983c9676a26d0e9672ca9 /dev-lisp | |
parent | Added ~ppc64; bug #199368 (diff) | |
download | gentoo-2-29e9b4279740cfddbdf578ee56db0d4c67506b39.tar.gz gentoo-2-29e9b4279740cfddbdf578ee56db0d4c67506b39.tar.bz2 gentoo-2-29e9b4279740cfddbdf578ee56db0d4c67506b39.zip |
Added ~ppc64; bug #199368
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-asdf-binary-locations/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/cl-asdf-binary-locations/ChangeLog b/dev-lisp/cl-asdf-binary-locations/ChangeLog index c49f2d27b5ad..22ab6a73a0d2 100644 --- a/dev-lisp/cl-asdf-binary-locations/ChangeLog +++ b/dev-lisp/cl-asdf-binary-locations/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-asdf-binary-locations -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.2 2006/11/23 10:10:24 opfer Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.3 2007/11/20 21:47:55 corsair Exp $ + + 20 Nov 2007; Markus Rothe <corsair@gentoo.org> + cl-asdf-binary-locations-20061018.ebuild: + Added ~ppc64; bug #199368 23 Nov 2006; Christian Faulhammer <opfer@gentoo.org> metadata.xml: added common-lisp herd as maintainers diff --git a/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild index bd2ec8016384..00ee9f13e5d9 100644 --- a/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild +++ b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.1 2006/11/09 04:12:21 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.2 2007/11/20 21:47:55 corsair Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/" SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN/cl-/}_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-lisp/cl-asdf" |