diff options
author | Jason Wever <weeve@gentoo.org> | 2004-06-19 08:13:28 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-06-19 08:13:28 +0000 |
commit | c1e3ba28cad9cca05846866e38fd9ea1bd9cf866 (patch) | |
tree | 2b17fed9026a0265a6de9db92072fe4780406bee /dev-tcltk/tclxml | |
parent | Fixed bug #54389 (Manifest recommit) (diff) | |
download | gentoo-2-c1e3ba28cad9cca05846866e38fd9ea1bd9cf866.tar.gz gentoo-2-c1e3ba28cad9cca05846866e38fd9ea1bd9cf866.tar.bz2 gentoo-2-c1e3ba28cad9cca05846866e38fd9ea1bd9cf866.zip |
Added ~sparc keyword.
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 9f3d7c97f7da..78c37c0a42b2 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.7 2004/06/03 09:16:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.8 2004/06/19 08:10:51 weeve Exp $ + + 19 Jun 2004; Jason Wever <weeve@gentoo.org> tclxml-2.4.ebuild: + Added ~sparc keyword. 03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> tclxml-2.4.ebuild: Stable on alpha. diff --git a/dev-tcltk/tclxml/tclxml-2.4.ebuild b/dev-tcltk/tclxml/tclxml-2.4.ebuild index 287dd0baed9d..e7b796dd981e 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.10 2004/06/03 09:16:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.4.ebuild,v 1.11 2004/06/19 08:10:51 weeve 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 ~sparc" DEPEND=">=dev-lang/tcl-8.3.3" |