summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r--dev-tcltk/tclxml/ChangeLog6
-rw-r--r--dev-tcltk/tclxml/tclxml-2.4.ebuild4
-rw-r--r--dev-tcltk/tclxml/tclxml-2.5.ebuild4
-rw-r--r--dev-tcltk/tclxml/tclxml-2.6.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog
index 06c1e9497efa..4c1313a94d68 100644
--- a/dev-tcltk/tclxml/ChangeLog
+++ b/dev-tcltk/tclxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tclxml
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.17 2005/04/05 21:06:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.18 2005/04/07 13:56:01 luckyduck Exp $
+
+ 07 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> tclxml-2.4.ebuild,
+ tclxml-2.6.ebuild:
+ added ~amd64 to KEYWORDS, fixes #88183
05 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> tclxml-2.6.ebuild:
Stable on sparc
diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild
index 9a8b2cfd42a7..1c8f20443fa1 100644
--- a/dev-tcltk/tclxml/tclxml-2.4.ebuild
+++ b/dev-tcltk/tclxml/tclxml-2.4.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-tcltk/tclxml/tclxml-2.4.ebuild,v 1.13 2005/04/02 15:48:48 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.14 2005/04/07 13:56:01 luckyduck Exp $
DESCRIPTION="Pure Tcl implementation of an XML parser."
HOMEPAGE="http://tclxml.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz"
IUSE=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 alpha sparc"
+KEYWORDS="x86 alpha sparc ~amd64"
DEPEND=">=dev-lang/tcl-8.3.3"
diff --git a/dev-tcltk/tclxml/tclxml-2.5.ebuild b/dev-tcltk/tclxml/tclxml-2.5.ebuild
index d9f7e7e02a54..86334a56382f 100644
--- a/dev-tcltk/tclxml/tclxml-2.5.ebuild
+++ b/dev-tcltk/tclxml/tclxml-2.5.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-tcltk/tclxml/tclxml-2.5.ebuild,v 1.9 2004/07/14 22:28:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.5.ebuild,v 1.10 2005/04/07 13:56:01 luckyduck Exp $
DESCRIPTION="Pure Tcl implementation of an XML parser."
HOMEPAGE="http://tclxml.sourceforge.net/"
diff --git a/dev-tcltk/tclxml/tclxml-2.6.ebuild b/dev-tcltk/tclxml/tclxml-2.6.ebuild
index 8146f4fd2fc7..3e1cb3126f8d 100644
--- a/dev-tcltk/tclxml/tclxml-2.6.ebuild
+++ b/dev-tcltk/tclxml/tclxml-2.6.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-tcltk/tclxml/tclxml-2.6.ebuild,v 1.8 2005/04/05 21:06:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.6.ebuild,v 1.9 2005/04/07 13:56:01 luckyduck Exp $
DESCRIPTION="Pure Tcl implementation of an XML parser."
HOMEPAGE="http://tclxml.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz"
IUSE=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha"
+KEYWORDS="x86 ~ppc sparc alpha ~amd64"
DEPEND=">=dev-lang/tcl-8.3.3"
src_compile() {