summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-03-22 15:35:00 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-03-22 15:35:00 +0000
commitea9e3b3194e368f06864e2cc31db95ad2aa726b8 (patch)
tree31f1fe1ad94befbe86fbfba52cf80058c35eb2d3 /dev-lisp/cl-html-diff
parentStable on sparc, thanks seemant (diff)
downloadgentoo-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-html-diff')
-rw-r--r--dev-lisp/cl-html-diff/ChangeLog6
-rw-r--r--dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/cl-html-diff/ChangeLog b/dev-lisp/cl-html-diff/ChangeLog
index e58d2798a07f..8962f9b27564 100644
--- a/dev-lisp/cl-html-diff/ChangeLog
+++ b/dev-lisp/cl-html-diff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-html-diff
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-diff/ChangeLog,v 1.1 2005/03/21 00:02:50 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-diff/ChangeLog,v 1.2 2005/03/22 15:31:54 mkennedy Exp $
+
+ 22 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-html-diff-0.1.ebuild:
+ Keywording for ~amd64
*cl-html-diff-0.1 (21 Mar 2005)
diff --git a/dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild b/dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild
index 88d06af4a160..46eaf0ab205d 100644
--- a/dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild
+++ b/dev-lisp/cl-html-diff/cl-html-diff-0.1.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-html-diff/cl-html-diff-0.1.ebuild,v 1.1 2005/03/21 00:02:50 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild,v 1.2 2005/03/22 15:31:54 mkennedy Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/CL-HTML-DIFF"
SRC_URI="http://lemonodor.com/code/${PN}_${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-lisp/cl-difflib"