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-gui/
Date: Mon, 21 Sep 2015 19:44:23
Message-Id: 1442863451.7c9c301ddf19a397c496bc8c777ca867f15647e8.jlec@gentoo
1 commit: 7c9c301ddf19a397c496bc8c777ca867f15647e8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 19:24:11 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 19:24:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c9c301d
7
8 sci-misc/elmer-gui: 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-gui/elmer-gui-9999.ebuild | 6 +++---
14 sci-misc/elmer-gui/metadata.xml | 2 +-
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-misc/elmer-gui/elmer-gui-9999.ebuild b/sci-misc/elmer-gui/elmer-gui-9999.ebuild
18 index 2481960..b33a150 100644
19 --- a/sci-misc/elmer-gui/elmer-gui-9999.ebuild
20 +++ b/sci-misc/elmer-gui/elmer-gui-9999.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 @@ -34,8 +34,8 @@ DEPEND="
28 )
29 matc? ( ~sci-libs/matc-${PV} )
30 vtk? ( >=sci-libs/vtk-5.0.0[qt4,python?] )
31 - opencascade? ( >=sci-libs/opencascade-6.3 )
32 - python? ( dev-python/pythonqt )
33 + opencascade? ( >=sci-libs/opencascade-6.3:* )
34 + python? ( dev-python/pythonqt[${PYTHON_USEDEP}] )
35 qwt? ( x11-libs/qwt:5 )
36 >=dev-qt/qtcore-4.3:4
37 >=dev-qt/qtopengl-4.3:4
38
39 diff --git a/sci-misc/elmer-gui/metadata.xml b/sci-misc/elmer-gui/metadata.xml
40 index 1632567..d91d5d8 100644
41 --- a/sci-misc/elmer-gui/metadata.xml
42 +++ b/sci-misc/elmer-gui/metadata.xml
43 @@ -9,5 +9,5 @@
44 support</flag>
45 <flag name="qwt"> Enables <pkg>x11-libs/qwt</pkg> support</flag>
46 <flag name="vtk"> Enables <pkg>sci-libs/vtk</pkg> support</flag>
47 - </use>
48 + </use>
49 </pkgmetadata>