diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-18 07:42:10 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-18 07:42:10 +0000 |
commit | fc8babba6d835c8657a93a75d67d9354644f60e4 (patch) | |
tree | 914e97b58e1943b1dce1c2f0bad5da9b29427519 /dev-lisp/cl-aim | |
parent | Version bump. (diff) | |
download | historical-fc8babba6d835c8657a93a75d67d9354644f60e4.tar.gz historical-fc8babba6d835c8657a93a75d67d9354644f60e4.tar.bz2 historical-fc8babba6d835c8657a93a75d67d9354644f60e4.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-aim')
-rw-r--r-- | dev-lisp/cl-aim/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-aim/cl-aim-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-aim/ChangeLog b/dev-lisp/cl-aim/ChangeLog index 9e4c190add29..2ba0d37ee587 100644 --- a/dev-lisp/cl-aim/ChangeLog +++ b/dev-lisp/cl-aim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-aim -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aim/ChangeLog,v 1.1 2004/12/16 20:03:24 mkennedy Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aim/ChangeLog,v 1.2 2005/03/18 07:29:40 mkennedy Exp $ + + 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-aim-1.1.ebuild: + Keywording for ~amd64 *cl-aim-1.1 (16 Dec 2004) diff --git a/dev-lisp/cl-aim/cl-aim-1.1.ebuild b/dev-lisp/cl-aim/cl-aim-1.1.ebuild index cf9d2f27128e..2ab81894b9e9 100644 --- a/dev-lisp/cl-aim/cl-aim-1.1.ebuild +++ b/dev-lisp/cl-aim/cl-aim-1.1.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-aim/cl-aim-1.1.ebuild,v 1.1 2004/12/16 19:59:34 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aim/cl-aim-1.1.ebuild,v 1.2 2005/03/18 07:29:40 mkennedy Exp $ inherit common-lisp eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://claim.sourceforge.net/" SRC_URI="mirror://sourceforge/claim/claim_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/cl-trivial-sockets" |