diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-20 14:24:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-20 14:24:10 +0000 |
commit | 2c84bf23020c951c61de36acd9be7f09529f0143 (patch) | |
tree | 37dcb23dd2b2fcc399338027d8d0ef2dfff4f38c /dev-lisp/cl-asdf-binary-locations | |
parent | remove old (diff) | |
download | gentoo-2-2c84bf23020c951c61de36acd9be7f09529f0143.tar.gz gentoo-2-2c84bf23020c951c61de36acd9be7f09529f0143.tar.bz2 gentoo-2-2c84bf23020c951c61de36acd9be7f09529f0143.zip |
x86 stable, bug #217700
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'dev-lisp/cl-asdf-binary-locations')
-rw-r--r-- | dev-lisp/cl-asdf-binary-locations/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/cl-asdf-binary-locations/ChangeLog b/dev-lisp/cl-asdf-binary-locations/ChangeLog index 5d3b6f52a578..158c59af4c3f 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.5 2008/04/15 05:47:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.6 2008/04/20 14:24:10 maekke Exp $ + + 20 Apr 2008; Markus Meier <maekke@gentoo.org> + cl-asdf-binary-locations-20061018.ebuild: + x86 stable, bug #217700 15 Apr 2008; Markus Rothe <corsair@gentoo.org> cl-asdf-binary-locations-20061018.ebuild: 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 c2d958e2bccc..59e3fb2d3788 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-2008 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.4 2008/04/15 05:47:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.5 2008/04/20 14:24:10 maekke 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 ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~sparc x86" IUSE="" DEPEND="dev-lisp/cl-asdf" |