diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-04-15 05:48:04 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-04-15 05:48:04 +0000 |
commit | 79f1906bc6204e22fdfdfdbf3b1eaecdb90a2d8b (patch) | |
tree | 88e3d5d36b91fa9495cc9bf6939df60301296666 /dev-lisp/cl-asdf-binary-locations | |
parent | Stable on ppc64; bug #217700 (diff) | |
download | historical-79f1906bc6204e22fdfdfdbf3b1eaecdb90a2d8b.tar.gz historical-79f1906bc6204e22fdfdfdbf3b1eaecdb90a2d8b.tar.bz2 historical-79f1906bc6204e22fdfdfdbf3b1eaecdb90a2d8b.zip |
Stable on ppc64; bug #217700
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-lisp/cl-asdf-binary-locations')
-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 06d8621bb6a8..5d3b6f52a578 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.4 2007/12/08 16:41:26 drac Exp $ +# 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 $ + + 15 Apr 2008; Markus Rothe <corsair@gentoo.org> + cl-asdf-binary-locations-20061018.ebuild: + Stable on ppc64; bug #217700 08 Dec 2007; Samuli Suominen <drac@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 1e0c3b421c25..c2d958e2bccc 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 +# 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.3 2007/12/08 16:41:26 drac Exp $ +# $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 $ 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" |