diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-02-03 01:20:50 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-02-03 01:20:50 +0000 |
commit | a7f26fac0886e3a7e045b7ffaf4371448b956f97 (patch) | |
tree | 783b70fcdf26aef25d84308d2a96ac57ac97c75c /dev-tcltk/tclxml | |
parent | Looks like tclxml-expat does not compile in 2.5, but does for 2.4, (diff) | |
download | historical-a7f26fac0886e3a7e045b7ffaf4371448b956f97.tar.gz historical-a7f26fac0886e3a7e045b7ffaf4371448b956f97.tar.bz2 historical-a7f26fac0886e3a7e045b7ffaf4371448b956f97.zip |
Setting to -x86.
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" |