Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/metakit/
Date: Tue, 06 Jun 2017 10:39:41
Message-Id: 1496745568.53f06d47f98623c7e2a189cd730c1eaebe5f3cc8.pacho@gentoo
1 commit: 53f06d47f98623c7e2a189cd730c1eaebe5f3cc8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 6 10:39:03 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 10:39:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f06d47
7
8 dev-db/metakit: Needs tcl-8.6 for compiling (#553556)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-db/metakit/metakit-2.4.9.7-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-db/metakit/metakit-2.4.9.7-r2.ebuild b/dev-db/metakit/metakit-2.4.9.7-r2.ebuild
16 index 6a3521056a4..6f734ed0c15 100644
17 --- a/dev-db/metakit/metakit-2.4.9.7-r2.ebuild
18 +++ b/dev-db/metakit/metakit-2.4.9.7-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -18,7 +18,7 @@ IUSE="python static tcl"
26
27 DEPEND="
28 python? ( ${PYTHON_DEPS} )
29 - tcl? ( dev-lang/tcl:0= )"
30 + tcl? ( >=dev-lang/tcl-8.6:0= )"
31 RDEPEND="${DEPEND}"
32
33 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"