diff options
author | Nick Dimiduk <ndimiduk@gentoo.org> | 2005-09-05 05:57:17 +0000 |
---|---|---|
committer | Nick Dimiduk <ndimiduk@gentoo.org> | 2005-09-05 05:57:17 +0000 |
commit | 126169986118f81f07c66171bf32c08a4c348ff8 (patch) | |
tree | f0dae3214958eb75bd370d307c8be057e41c9568 /dev-lisp/cl-plus | |
parent | keyword ~ppc-macos (diff) | |
download | historical-126169986118f81f07c66171bf32c08a4c348ff8.tar.gz historical-126169986118f81f07c66171bf32c08a4c348ff8.tar.bz2 historical-126169986118f81f07c66171bf32c08a4c348ff8.zip |
keyword ~ppc-macos
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lisp/cl-plus')
-rw-r--r-- | dev-lisp/cl-plus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-plus/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-plus/cl-plus-1.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-plus/ChangeLog b/dev-lisp/cl-plus/ChangeLog index 16b3d866987b..b310a7af871d 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/ChangeLog,v 1.4 2005/05/24 18:48:34 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/ChangeLog,v 1.5 2005/09/05 05:57:17 ndimiduk Exp $ + + 05 Sep 2005; Nick Dimiduk <ndimiduk@gentoo.org> cl-plus-1.0.ebuild: + keyword ~ppc-macos 24 May 2005; <mkennedy@gentoo.org> cl-plus-1.0.ebuild: Keywording ~sparc diff --git a/dev-lisp/cl-plus/Manifest b/dev-lisp/cl-plus/Manifest index 675f44025050..e77335648676 100644 --- a/dev-lisp/cl-plus/Manifest +++ b/dev-lisp/cl-plus/Manifest @@ -1,4 +1,4 @@ -MD5 d91352b70185ed22e92e028ccfb8286d ChangeLog 666 -MD5 52ea1220275cd006b5db1f0f76bb1222 cl-plus-1.0.ebuild 876 +MD5 8d23ecd032696e8a8a6f88fa3bfa05ab cl-plus-1.0.ebuild 887 +MD5 f47a5175b288abf521d1ecf3cd497bce ChangeLog 758 MD5 47d223069719d3b25fcceb28fb750deb metadata.xml 398 MD5 de8b941079b37d8caf8de6b1f3d7d830 files/digest-cl-plus-1.0 129 diff --git a/dev-lisp/cl-plus/cl-plus-1.0.ebuild b/dev-lisp/cl-plus/cl-plus-1.0.ebuild index 0bfe0f24f5c0..3157529bfe67 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-2005 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.4 2005/05/24 18:48:34 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-plus/cl-plus-1.0.ebuild,v 1.5 2005/09/05 05:57:17 ndimiduk Exp $ inherit common-lisp eutils @@ -13,7 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc x86" IUSE="" DEPEND="dev-lisp/common-lisp-controller |