diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-07 15:13:54 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-07 15:13:54 +0000 |
commit | 5a6f5ee2fb53570043a4820b091074cccdfc2a48 (patch) | |
tree | 4b66942d6ffe9dc1da9b6037039a6154062e2e0e /dev-lisp | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-5a6f5ee2fb53570043a4820b091074cccdfc2a48.tar.gz gentoo-2-5a6f5ee2fb53570043a4820b091074cccdfc2a48.tar.bz2 gentoo-2-5a6f5ee2fb53570043a4820b091074cccdfc2a48.zip |
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
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 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 |