From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46575139694 for ; Tue, 6 Jun 2017 10:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D40321C08E; Tue, 6 Jun 2017 10:39:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77ABE21C08E for ; Tue, 6 Jun 2017 10:39:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F0FE34179D for ; Tue, 6 Jun 2017 10:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42715746D for ; Tue, 6 Jun 2017 10:39:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1496745568.53f06d47f98623c7e2a189cd730c1eaebe5f3cc8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/metakit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/metakit/metakit-2.4.9.7-r2.ebuild X-VCS-Directories: dev-db/metakit/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 53f06d47f98623c7e2a189cd730c1eaebe5f3cc8 X-VCS-Branch: master Date: Tue, 6 Jun 2017 10:39:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cda9ff70-2e6f-41f1-9fe3-5638ac2ef940 X-Archives-Hash: 1f398a36b77fe6e45bf315fdec4f59a5 commit: 53f06d47f98623c7e2a189cd730c1eaebe5f3cc8 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jun 6 10:39:03 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jun 6 10:39:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f06d47 dev-db/metakit: Needs tcl-8.6 for compiling (#553556) Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-db/metakit/metakit-2.4.9.7-r2.ebuild | 4 ++-- 1 file 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 6a3521056a4..6f734ed0c15 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} )"