diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:29:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:29:30 +0000 |
commit | 825abe1402d614994964203a664ea03685c488b3 (patch) | |
tree | dce25b59cc7d0924403bf35e489cd82e2252b833 /dev-tcltk/tclxml-expat | |
parent | sync IUSE (+mmx), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-825abe1402d614994964203a664ea03685c488b3.tar.gz gentoo-2-825abe1402d614994964203a664ea03685c488b3.tar.bz2 gentoo-2-825abe1402d614994964203a664ea03685c488b3.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-tcltk/tclxml-expat')
-rw-r--r-- | dev-tcltk/tclxml-expat/tclxml-expat-2.5.ebuild | 3 | ||||
-rw-r--r-- | dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-tcltk/tclxml-expat/tclxml-expat-2.5.ebuild b/dev-tcltk/tclxml-expat/tclxml-expat-2.5.ebuild index 4c51f5e5d3a1..173162a595e8 100644 --- a/dev-tcltk/tclxml-expat/tclxml-expat-2.5.ebuild +++ b/dev-tcltk/tclxml-expat/tclxml-expat-2.5.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-expat/tclxml-expat-2.5.ebuild,v 1.5 2004/06/25 02:10:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/tclxml-expat-2.5.ebuild,v 1.6 2004/07/14 22:28:39 agriffis Exp $ DESCRIPTION="Tcl wrapper libraries for expat XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/tclxml/tclxml-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="-x86" +IUSE="" DEPEND=">=dev-lang/tcl-8.3.3 >=dev-libs/expat-1.95.4 diff --git a/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild b/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild index 54eee14c4a33..68246fac53fa 100644 --- a/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild +++ b/dev-tcltk/tclxml-expat/tclxml-expat-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-expat/tclxml-expat-2.6.ebuild,v 1.2 2004/06/25 02:10:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml-expat/tclxml-expat-2.6.ebuild,v 1.3 2004/07/14 22:28:39 agriffis Exp $ DESCRIPTION="Tcl wrapper libraries for expat XML parser." HOMEPAGE="http://tclxml.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/tclxml/tclxml-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="-x86" +IUSE="" DEPEND=">=dev-lang/tcl-8.3.3 >=dev-libs/expat-1.95.4 |