diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-02-06 21:29:20 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-02-06 21:29:20 +0000 |
commit | 55a9044e16db4e4401ffe34f3dd9a2c7514600ff (patch) | |
tree | e90fd2c2cb5b4c6d0f3d80964d3eed7ab61b2241 /dev-lisp | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-55a9044e16db4e4401ffe34f3dd9a2c7514600ff.tar.gz gentoo-2-55a9044e16db4e4401ffe34f3dd9a2c7514600ff.tar.bz2 gentoo-2-55a9044e16db4e4401ffe34f3dd9a2c7514600ff.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-plus/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-plus/cl-plus-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-plus/ChangeLog b/dev-lisp/cl-plus/ChangeLog index 952646a30b95..ec79def37cd3 100644 --- a/dev-lisp/cl-plus/ChangeLog +++ b/dev-lisp/cl-plus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-plus -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/ChangeLog,v 1.7 2007/02/03 17:39:32 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/ChangeLog,v 1.8 2008/02/06 21:29:20 grobian Exp $ + + 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> cl-plus-1.0.ebuild: + Dropped ppc-macos keyword, see you in prefix 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-plus-1.0.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-plus/cl-plus-1.0.ebuild b/dev-lisp/cl-plus/cl-plus-1.0.ebuild index 842fc691be44..6d90a5448e8e 100644 --- a/dev-lisp/cl-plus/cl-plus-1.0.ebuild +++ b/dev-lisp/cl-plus/cl-plus-1.0.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-plus/cl-plus-1.0.ebuild,v 1.6 2007/02/03 17:39:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/cl-plus-1.0.ebuild,v 1.7 2008/02/06 21:29:20 grobian Exp $ inherit common-lisp eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller |