summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-06-06 12:39:03 +0200
committerPacho Ramos <pacho@gentoo.org>2017-06-06 12:39:28 +0200
commit53f06d47f98623c7e2a189cd730c1eaebe5f3cc8 (patch)
treeecae89ae4780ceab3a92720442a0c510c21dab47 /dev-db
parentx11-misc/slop: fixed no-opengl patch (diff)
downloadgentoo-53f06d47f98623c7e2a189cd730c1eaebe5f3cc8.tar.gz
gentoo-53f06d47f98623c7e2a189cd730c1eaebe5f3cc8.tar.bz2
gentoo-53f06d47f98623c7e2a189cd730c1eaebe5f3cc8.zip
dev-db/metakit: Needs tcl-8.6 for compiling (#553556)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/metakit/metakit-2.4.9.7-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/metakit/metakit-2.4.9.7-r2.ebuild b/dev-db/metakit/metakit-2.4.9.7-r2.ebuild
index 6a3521056a48..6f734ed0c15c 100644
--- a/dev-db/metakit/metakit-2.4.9.7-r2.ebuild
+++ b/dev-db/metakit/metakit-2.4.9.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,7 +18,7 @@ IUSE="python static tcl"
DEPEND="
python? ( ${PYTHON_DEPS} )
- tcl? ( dev-lang/tcl:0= )"
+ tcl? ( >=dev-lang/tcl-8.6:0= )"
RDEPEND="${DEPEND}"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"