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 ABCDB139085 for ; Wed, 8 Feb 2017 00:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C27E0C09; Wed, 8 Feb 2017 00:53:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DD4C1E0C09 for ; Wed, 8 Feb 2017 00:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D3D33416A7 for ; Wed, 8 Feb 2017 00:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49373B8E for ; Wed, 8 Feb 2017 00:53:34 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1486515207.5a52e7b11977f074eb97a57151a9be4c14bc4f0d.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gnetman/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild X-VCS-Directories: sci-electronics/gnetman/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 5a52e7b11977f074eb97a57151a9be4c14bc4f0d X-VCS-Branch: master Date: Wed, 8 Feb 2017 00:53:34 +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: beaba335-227e-4727-b8d3-4ff408294b54 X-Archives-Hash: 68be25e2b88aedaa3a15df6b895d8daf commit: 5a52e7b11977f074eb97a57151a9be4c14bc4f0d Author: Michael Weber gentoo org> AuthorDate: Wed Feb 8 00:52:55 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Feb 8 00:53:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a52e7b1 sci-electronics/gnetman: Depend on tcl-8.6 (bug 546924, thanks Peter Fox). Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild b/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild index cf47966..9ed5452 100644 --- a/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild +++ b/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.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 # $Id$ @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${P}/src/batch -RDEPEND="dev-lang/tcl:0 +RDEPEND=">=dev-lang/tcl-8.6:0 sci-electronics/geda" DEPEND="${RDEPEND} dev-db/datadraw"