diff options
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.5.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-tcltk/tclxml/tclxml-2.5.ebuild b/dev-tcltk/tclxml/tclxml-2.5.ebuild index 51119fb6a24d..b3181431323b 100644 --- a/dev-tcltk/tclxml/tclxml-2.5.ebuild +++ b/dev-tcltk/tclxml/tclxml-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Arcady Genkin <agenkin@gentoo.org>. # 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.2 2003/02/03 01:19:27 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.5.ebuild,v 1.3 2003/02/03 01:20:50 agenkin Exp $ DESCRIPTION="Pure Tcl implementation of an XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" @@ -8,7 +8,10 @@ HOMEPAGE="http://tclxml.sourceforge.net/" DEPEND=">=dev-lang/tcl-8.3.3" LICENSE="BSD" -KEYWORDS="~x86" + +# Setting to -x86 because can't compile the expat porsion (tclxml-expat). +# Use 2.4 for now. +KEYWORDS="-x86" SLOT="0" SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" |