diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:19:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:19:03 +0000 |
commit | 74c731218968a1f30a84e2d0c351a63ed7471b08 (patch) | |
tree | a7e65005d6830a1986b280332e9f52bb5f780a88 /dev-tcltk/tclxml | |
parent | Stable on alpha. (diff) | |
download | historical-74c731218968a1f30a84e2d0c351a63ed7471b08.tar.gz historical-74c731218968a1f30a84e2d0c351a63ed7471b08.tar.bz2 historical-74c731218968a1f30a84e2d0c351a63ed7471b08.zip |
Stable on alpha.
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r-- | dev-tcltk/tclxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog index ea3b2a01a017..9f3d7c97f7da 100644 --- a/dev-tcltk/tclxml/ChangeLog +++ b/dev-tcltk/tclxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclxml # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.6 2004/04/14 11:32:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.7 2004/06/03 09:16:26 kloeri Exp $ + + 03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> tclxml-2.4.ebuild: + Stable on alpha. 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> tclxml-2.4.ebuild: Added IUSE= diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild index 7ae0182583fc..287dd0baed9d 100644 --- a/dev-tcltk/tclxml/tclxml-2.4.ebuild +++ b/dev-tcltk/tclxml/tclxml-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.9 2004/04/14 11:32:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.10 2004/06/03 09:16:26 kloeri 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" +KEYWORDS="x86 alpha" DEPEND=">=dev-lang/tcl-8.3.3" |