Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/
Date: Mon, 02 Jan 2017 08:42:07
Message-Id: 1483343856.1a143ee3547a86711b468df2985cd8d209508b58.marbre@gentoo
1 commit: 1a143ee3547a86711b468df2985cd8d209508b58
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Jan 2 07:57:36 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Jan 2 07:57:36 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a143ee3
7
8 sci-visualization/forge-3.{1.2,2.2}: Fix slot operator
9
10 Package-Manager: portage-2.3.0
11
12 sci-visualization/forge/forge-3.1.2.ebuild | 4 ++--
13 sci-visualization/forge/forge-3.2.2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-visualization/forge/forge-3.1.2.ebuild b/sci-visualization/forge/forge-3.1.2.ebuild
17 index d844878..d425abe 100644
18 --- a/sci-visualization/forge/forge-3.1.2.ebuild
19 +++ b/sci-visualization/forge/forge-3.1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -16,7 +16,7 @@ SLOT="0"
27 IUSE="examples"
28
29 RDEPEND="
30 - media-libs/glew
31 + media-libs/glew:=
32 >=media-libs/glfw-3.1.1
33 media-libs/freetype:2
34 media-libs/fontconfig:1.0
35
36 diff --git a/sci-visualization/forge/forge-3.2.2.ebuild b/sci-visualization/forge/forge-3.2.2.ebuild
37 index e10e8c7..43098f2 100644
38 --- a/sci-visualization/forge/forge-3.2.2.ebuild
39 +++ b/sci-visualization/forge/forge-3.2.2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -16,7 +16,7 @@ KEYWORDS="~amd64"
47 IUSE="examples"
48
49 RDEPEND="
50 - media-libs/glew
51 + media-libs/glew:=
52 >=media-libs/glfw-3.1.1
53 media-libs/freetype:2
54 media-libs/fontconfig:1.0