diff options
Diffstat (limited to 'dev-tcltk/tclxml/tclxml-3.2.ebuild')
-rw-r--r-- | dev-tcltk/tclxml/tclxml-3.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-tcltk/tclxml/tclxml-3.2.ebuild b/dev-tcltk/tclxml/tclxml-3.2.ebuild index 5903da0c7d6e..af4f00c8fe76 100644 --- a/dev-tcltk/tclxml/tclxml-3.2.ebuild +++ b/dev-tcltk/tclxml/tclxml-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.ebuild,v 1.1 2009/06/08 11:13:44 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2.ebuild,v 1.2 2010/06/15 07:53:32 jlec Exp $ EAPI="2" @@ -15,8 +15,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -DEPEND=">=dev-lang/tcl-8.2 +DEPEND=" + >=dev-lang/tcl-8.2 >=dev-tcltk/tcllib-1.2 + dev-tcltk/tclxml xml? ( >=dev-libs/libxml2-2.6.9 ) expat? ( dev-libs/expat ) !dev-tcltk/tclxml-expat" |