diff options
author | 2010-01-07 15:16:38 +0000 | |
---|---|---|
committer | 2010-01-07 15:16:38 +0000 | |
commit | cf655266047b027f660b320b327a06ebd41d07e9 (patch) | |
tree | dca5af7702cc90f43b6d558fa33472fad9543493 /dev-lisp/cl-plus | |
parent | Mask crossvc and esvn for removal. (diff) | |
download | historical-cf655266047b027f660b320b327a06ebd41d07e9.tar.gz historical-cf655266047b027f660b320b327a06ebd41d07e9.tar.bz2 historical-cf655266047b027f660b320b327a06ebd41d07e9.zip |
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-lisp/cl-plus')
-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 ec79def37cd3..c3e8f48f8adf 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-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 $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/ChangeLog,v 1.9 2010/01/07 15:13:54 fauli Exp $ + + 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cl-plus-1.0.ebuild: + Transfer Prefix keywords 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> cl-plus-1.0.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/dev-lisp/cl-plus/cl-plus-1.0.ebuild b/dev-lisp/cl-plus/cl-plus-1.0.ebuild index 6d90a5448e8e..30e18e4c4ddf 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-2008 Gentoo Foundation +# Copyright 1999-2010 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.7 2008/02/06 21:29:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/cl-plus-1.0.ebuild,v 1.8 2010/01/07 15:13:54 fauli 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 ~sparc x86" +KEYWORDS="~amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND="dev-lisp/common-lisp-controller |