Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/redcat/
Date: Mon, 21 Sep 2015 17:44:36
Message-Id: 1442856542.9ca1b8f143783682d4e079839f7e09f532fa2a58.jlec@gentoo
1 commit: 9ca1b8f143783682d4e079839f7e09f532fa2a58
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 17:29:02 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 17:29:02 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ca1b8f1
7
8 sci-chemistry/redcat: Add subslot operators
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-chemistry/redcat/redcat-3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/redcat/redcat-3.ebuild b/sci-chemistry/redcat/redcat-3.ebuild
17 index 1cfc8dc..bf8d739 100644
18 --- a/sci-chemistry/redcat/redcat-3.ebuild
19 +++ b/sci-chemistry/redcat/redcat-3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -17,7 +17,7 @@ IUSE=""
27
28 RDEPEND="
29 dev-cpp/eigen:3
30 - dev-lang/tcl
31 + dev-lang/tcl:*
32 dev-tcltk/bwidget
33 virtual/jdk:1.7
34 "