diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-23 16:56:13 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-23 16:56:13 +0000 |
commit | 76905c1bd9027b612d51f1cd78b092c4864b14c0 (patch) | |
tree | 13b663f3e0efab83418fb5f7ae9f7e9aaaeac682 /dev-tcltk | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-76905c1bd9027b612d51f1cd78b092c4864b14c0.tar.gz gentoo-2-76905c1bd9027b612d51f1cd78b092c4864b14c0.tar.bz2 gentoo-2-76905c1bd9027b612d51f1cd78b092c4864b14c0.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tclxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tclxml/tclxml-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog index d0cf031ec987..325f91ea84c5 100644 --- a/dev-tcltk/tclxml/ChangeLog +++ b/dev-tcltk/tclxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tclxml # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.10 2004/10/17 10:12:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.11 2004/10/23 16:56:13 weeve Exp $ + + 23 Oct 2004; Jason Wever <weeve@gentoo.org> tclxml-2.6.ebuild: + Added ~sparc keyword. 17 Oct 2004; David Holm <dholm@gentoo.org> tclxml-2.6.ebuild: Added to ~ppc. diff --git a/dev-tcltk/tclxml/tclxml-2.6.ebuild b/dev-tcltk/tclxml/tclxml-2.6.ebuild index 00827fcdd119..ad6ba98e4270 100644 --- a/dev-tcltk/tclxml/tclxml-2.6.ebuild +++ b/dev-tcltk/tclxml/tclxml-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.6.ebuild,v 1.3 2004/10/17 10:12:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-2.6.ebuild,v 1.4 2004/10/23 16:56:13 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 ~ppc" +KEYWORDS="~x86 ~ppc ~sparc" DEPEND=">=dev-lang/tcl-8.3.3" src_compile() { |