diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:28:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:28:39 +0000 |
commit | 801be1e4bf8f7117730a62cdf2e68616d39453e3 (patch) | |
tree | 6434c509bdd43140bad867ab09cbb26223003a74 /dev-tcltk/tclxml | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | historical-801be1e4bf8f7117730a62cdf2e68616d39453e3.tar.gz historical-801be1e4bf8f7117730a62cdf2e68616d39453e3.tar.bz2 historical-801be1e4bf8f7117730a62cdf2e68616d39453e3.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tcltk/tclxml/tclxml-2.5.ebuild b/dev-tcltk/tclxml/tclxml-2.5.ebuild index f8a8fc0fdefe..d9f7e7e02a54 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 # 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.8 2004/06/25 02:09:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.5.ebuild,v 1.9 2004/07/14 22:28:18 agriffis Exp $ DESCRIPTION="Pure Tcl implementation of an XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="-x86" +IUSE="" # Setting to -x86 because can't compile the expat porsion (tclxml-expat). # Use 2.4 for now. |