Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gnetman/
Date: Wed, 08 Feb 2017 00:53:37
Message-Id: 1486515207.5a52e7b11977f074eb97a57151a9be4c14bc4f0d.xmw@gentoo
1 commit: 5a52e7b11977f074eb97a57151a9be4c14bc4f0d
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 00:52:55 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 00:53:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a52e7b1
7
8 sci-electronics/gnetman: Depend on tcl-8.6 (bug 546924, thanks Peter Fox).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild b/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild
16 index cf47966..9ed5452 100644
17 --- a/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.ebuild
18 +++ b/sci-electronics/gnetman/gnetman-0.0.1_pre20110124.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 # $Id$
24
25 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
26
27 S=${WORKDIR}/${P}/src/batch
28
29 -RDEPEND="dev-lang/tcl:0
30 +RDEPEND=">=dev-lang/tcl-8.6:0
31 sci-electronics/geda"
32 DEPEND="${RDEPEND}
33 dev-db/datadraw"