diff options
Diffstat (limited to 'dev-tcltk/tclxml/tclxml-2.4.ebuild')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild index 8d0d13453553..7eaec1f3f123 100644 --- a/dev-tcltk/tclxml/tclxml-2.4.ebuild +++ b/dev-tcltk/tclxml/tclxml-2.4.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.4.ebuild,v 1.2 2003/03/10 22:31:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.3 2003/07/08 16:55:51 agenkin Exp $ DESCRIPTION="Pure Tcl implementation of an XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" @@ -8,7 +8,7 @@ HOMEPAGE="http://tclxml.sourceforge.net/" DEPEND=">=dev-lang/tcl-8.3.3" LICENSE="BSD" -KEYWORDS="~x86 ~alpha" +KEYWORDS="x86 ~alpha" SLOT="0" SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz" |