diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-08 16:41:26 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-08 16:41:26 +0000 |
commit | e903c296f089a9ac9c8ec11ad142fa61fad1c4f9 (patch) | |
tree | fa3ea87dd51a86a92371bd8cdaa7cc20a3780b88 | |
parent | Version bump, thanks to Hlevyn <hlevyn@gmail.com>. Closes bug #200354. (diff) | |
download | gentoo-2-e903c296f089a9ac9c8ec11ad142fa61fad1c4f9.tar.gz gentoo-2-e903c296f089a9ac9c8ec11ad142fa61fad1c4f9.tar.bz2 gentoo-2-e903c296f089a9ac9c8ec11ad142fa61fad1c4f9.zip |
amd64 stable wrt #201216
(Portage version: 2.1.4_rc9)
-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 22ab6a73a0d2..06d8621bb6a8 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.4 2007/12/08 16:41:26 drac Exp $ + + 08 Dec 2007; Samuli Suominen <drac@gentoo.org> + cl-asdf-binary-locations-20061018.ebuild: + amd64 stable wrt #201216 20 Nov 2007; 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 00ee9f13e5d9..1e0c3b421c25 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-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.2 2007/11/20 21:47:55 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.3 2007/12/08 16:41:26 drac 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" |