diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-12-08 16:42:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-12-08 16:42:41 +0000 |
commit | e49d136a33028c869712203d11911d31151da0fc (patch) | |
tree | d935c5be6c7a410cba0249c52f900c8bcc6b16c7 /dev-lisp/cl-asdf-binary-locations | |
parent | Version bump, thanks to Hlevyn <hlevyn@gmail.com>. Closes bug #200354. (diff) | |
download | historical-e49d136a33028c869712203d11911d31151da0fc.tar.gz historical-e49d136a33028c869712203d11911d31151da0fc.tar.bz2 historical-e49d136a33028c869712203d11911d31151da0fc.zip |
amd64 stable wrt #201216
Package-Manager: portage-2.1.4_rc9
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 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" |