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-misc/elmer-front/
Date: Mon, 21 Sep 2015 17:44:38
Message-Id: 1442856658.54a39fd9f63341cd9c3f9385c8a9dfeebae780a0.jlec@gentoo
1 commit: 54a39fd9f63341cd9c3f9385c8a9dfeebae780a0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 17:30:58 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 17:30:58 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=54a39fd9
7
8 sci-misc/elmer-front: 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-misc/elmer-front/elmer-front-6.0_p4651.ebuild | 6 +++---
14 sci-misc/elmer-front/elmer-front-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-misc/elmer-front/elmer-front-6.0_p4651.ebuild b/sci-misc/elmer-front/elmer-front-6.0_p4651.ebuild
18 index c976aa0..97680c7 100644
19 --- a/sci-misc/elmer-front/elmer-front-6.0_p4651.ebuild
20 +++ b/sci-misc/elmer-front/elmer-front-6.0_p4651.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -21,8 +21,8 @@ KEYWORDS="~amd64 ~x86"
28 IUSE=""
29
30 RDEPEND="
31 - dev-lang/tcl
32 - dev-lang/tk
33 + dev-lang/tcl:0=
34 + dev-lang/tk:0=
35 sci-libs/matc
36 sci-libs/elmer-eio
37 virtual/opengl"
38
39 diff --git a/sci-misc/elmer-front/elmer-front-9999.ebuild b/sci-misc/elmer-front/elmer-front-9999.ebuild
40 index 5f51bff..5dd5d8b 100644
41 --- a/sci-misc/elmer-front/elmer-front-9999.ebuild
42 +++ b/sci-misc/elmer-front/elmer-front-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 +# Copyright 1999-2015 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -23,8 +23,8 @@ KEYWORDS=""
50 IUSE=""
51
52 RDEPEND="
53 - dev-lang/tcl
54 - dev-lang/tk
55 + dev-lang/tcl:0=
56 + dev-lang/tk:0=
57 sci-libs/matc
58 sci-libs/elmer-eio
59 virtual/opengl"