diff options
Diffstat (limited to 'dev-tcltk/tclxml')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-3.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild b/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild index 7d306d2b7562..61c6cad4fb02 100644 --- a/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild,v 1.1 2010/03/07 08:52:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild,v 1.2 2010/03/07 23:12:50 jlec Exp $ EAPI="3" @@ -17,8 +17,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND=">=dev-lang/tcl-8.2 >=dev-tcltk/tcllib-1.2 - xml? ( >=dev-libs/libxml2-2.6.9 ) - expat? ( dev-libs/expat ) + >=dev-libs/libxml2-2.6.9 + dev-libs/expat !dev-tcltk/tclxml-expat !dev-tcltk/tcldom" # test? ( dev-tcltk/tclparser ) |