diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-22 15:35:00 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-22 15:35:00 +0000 |
commit | ea9e3b3194e368f06864e2cc31db95ad2aa726b8 (patch) | |
tree | 31f1fe1ad94befbe86fbfba52cf80058c35eb2d3 /dev-lisp/cl-osicat | |
parent | Stable on sparc, thanks seemant (diff) | |
download | gentoo-2-ea9e3b3194e368f06864e2cc31db95ad2aa726b8.tar.gz gentoo-2-ea9e3b3194e368f06864e2cc31db95ad2aa726b8.tar.bz2 gentoo-2-ea9e3b3194e368f06864e2cc31db95ad2aa726b8.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-osicat')
-rw-r--r-- | dev-lisp/cl-osicat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-osicat/ChangeLog b/dev-lisp/cl-osicat/ChangeLog index f689e305a54e..1550755ca91a 100644 --- a/dev-lisp/cl-osicat/ChangeLog +++ b/dev-lisp/cl-osicat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-osicat -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-osicat/ChangeLog,v 1.6 2004/06/24 23:48:48 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-osicat/ChangeLog,v 1.7 2005/03/22 15:32:53 mkennedy Exp $ + + 22 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-osicat-0.4.0.ebuild: + Keywording for ~amd64 *cl-osicat-0.3.7 (09 May 2004) diff --git a/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild b/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild index a11ffc42b6c8..31f739e1fb12 100644 --- a/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild +++ b/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild,v 1.3 2004/07/14 15:57:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-osicat/cl-osicat-0.4.0.ebuild,v 1.4 2005/03/22 15:32:53 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.common-lisp.net/project/osicat/" SRC_URI="http://common-lisp.net/project/osicat/files/osicat_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |