summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-15 07:53:32 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-15 07:53:32 +0000
commita258df975e1a63445cbc80bcff3bc62921ad6941 (patch)
tree755ccd8163bf6baddc6b78076191840b66366265 /dev-tcltk
parentx86 stable wrt security bug #323965 (diff)
downloadgentoo-2-a258df975e1a63445cbc80bcff3bc62921ad6941.tar.gz
gentoo-2-a258df975e1a63445cbc80bcff3bc62921ad6941.tar.bz2
gentoo-2-a258df975e1a63445cbc80bcff3bc62921ad6941.zip
Added missing DEP on dev-tcltk/tclxml, #323411
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tclxml/ChangeLog6
-rw-r--r--dev-tcltk/tclxml/tclxml-3.2-r1.ebuild6
-rw-r--r--dev-tcltk/tclxml/tclxml-3.2.ebuild8
3 files changed, 14 insertions, 6 deletions
diff --git a/dev-tcltk/tclxml/ChangeLog b/dev-tcltk/tclxml/ChangeLog
index 81890dd590ec..667268a7d52e 100644
--- a/dev-tcltk/tclxml/ChangeLog
+++ b/dev-tcltk/tclxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tclxml
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.34 2010/03/07 08:52:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/ChangeLog,v 1.35 2010/06/15 07:53:32 jlec Exp $
+
+ 15 Jun 2010; Justin Lecher <jlec@gentoo.org> tclxml-3.2.ebuild,
+ tclxml-3.2-r1.ebuild:
+ Added missing DEP on dev-tcltk/tclxml, #323411
*tclxml-3.2-r1 (07 Mar 2010)
*tclxml-3.1-r2 (07 Mar 2010)
diff --git a/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild b/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild
index 61c6cad4fb02..1b560900077d 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.2 2010/03/07 23:12:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclxml/tclxml-3.2-r1.ebuild,v 1.3 2010/06/15 07:53:32 jlec Exp $
EAPI="3"
@@ -15,9 +15,11 @@ 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-libs/libxml2-2.6.9
+ dev-tcltk/tclxml
dev-libs/expat
!dev-tcltk/tclxml-expat
!dev-tcltk/tcldom"
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"