Skip to content

Commit

Permalink
dev-db/metakit: Needs tcl-8.6 for compiling (#553556)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
pacho2 committed Jun 6, 2017
1 parent 6618768 commit 53f06d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-db/metakit/metakit-2.4.9.7-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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} )"
Expand Down

0 comments on commit 53f06d4

Please sign in to comment.