mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-db/metakit: Needs tcl-8.6 for compiling (#553556)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -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} )"
|
||||
|
||||
Reference in New Issue
Block a user