summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-12-17 08:16:23 +0100
committerTupone Alfredo <tupone@gentoo.org>2019-12-17 08:16:23 +0100
commit584a4f3cc016004eb9c4e098b6c6d6c11da53528 (patch)
treeb84e6f91c9049e3dc25e35967f560d77dde81470 /dev-tcltk
parentapp-emulation/bochs: Version Bump (diff)
downloadgentoo-584a4f3cc016004eb9c4e098b6c6d6c11da53528.tar.gz
gentoo-584a4f3cc016004eb9c4e098b6c6d6c11da53528.tar.bz2
gentoo-584a4f3cc016004eb9c4e098b6c6d6c11da53528.zip
dev-tcltk/tclxml: Fix NonexistentBlocker
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tclxml/tclxml-3.2-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild b/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild
index b0a217d741f6..3ce23a41c437 100644
--- a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild
+++ b/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,7 @@ DEPEND="
>=dev-libs/libxml2-2.6.9
dev-libs/libxslt
>=dev-tcltk/tcllib-1.2
- dev-libs/expat
- !dev-tcltk/tcldom"
+ dev-libs/expat"
# test? ( dev-tcltk/tclparser )
RDEPEND="${DEPEND}"