diff options
Diffstat (limited to 'dev-lisp/cl-diff')
-rw-r--r-- | dev-lisp/cl-diff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-diff/cl-diff-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/cl-diff/ChangeLog b/dev-lisp/cl-diff/ChangeLog index 42b0c6024922..69f18b05c2ca 100644 --- a/dev-lisp/cl-diff/ChangeLog +++ b/dev-lisp/cl-diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-diff # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-diff/ChangeLog,v 1.1 2005/03/20 23:55:13 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-diff/ChangeLog,v 1.2 2005/03/22 15:29:46 mkennedy Exp $ + + 22 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-diff-0.3.ebuild: + Keywording for ~amd64 *cl-diff-0.3 (20 Mar 2005) diff --git a/dev-lisp/cl-diff/cl-diff-0.3.ebuild b/dev-lisp/cl-diff/cl-diff-0.3.ebuild index 0b033271333b..7ac7c60081f3 100644 --- a/dev-lisp/cl-diff/cl-diff-0.3.ebuild +++ b/dev-lisp/cl-diff/cl-diff-0.3.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-diff/cl-diff-0.3.ebuild,v 1.1 2005/03/20 23:55:13 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-diff/cl-diff-0.3.ebuild,v 1.2 2005/03/22 15:29:46 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/DIFF" SRC_URI="http://www.cs.rice.edu/~froydnj/lisp/diff-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller |