diff options
author | Jason Wever <weeve@gentoo.org> | 2004-06-19 08:10:51 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-06-19 08:10:51 +0000 |
commit | 5aab78ae32b5a3f34aea405ce2dab3f6b291d4e0 (patch) | |
tree | 13939c7829f94256f217eb61a283bdde71be356d /dev-tcltk/tclxml | |
parent | Stable on sparc. (diff) | |
download | historical-5aab78ae32b5a3f34aea405ce2dab3f6b291d4e0.tar.gz historical-5aab78ae32b5a3f34aea405ce2dab3f6b291d4e0.tar.bz2 historical-5aab78ae32b5a3f34aea405ce2dab3f6b291d4e0.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" |