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-electronics/player/
Date: Mon, 21 Sep 2015 17:44:40
Message-Id: 1442857012.b5e4a0875cbd03cb2ee4c1a8f0f3869e2919f1ea.jlec@gentoo
1 commit: b5e4a0875cbd03cb2ee4c1a8f0f3869e2919f1ea
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 17:36:52 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 17:36:52 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5e4a087
7
8 sci-electronics/player: 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-electronics/player/player-2.0.4.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
17 index f0323c1..a5d69a9 100644
18 --- a/sci-electronics/player/player-2.0.4.ebuild
19 +++ b/sci-electronics/player/player-2.0.4.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 @@ -37,8 +37,8 @@ IUSE="ieee1394 imagemagick sphinx2 test v4l wifi
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
28
29 RDEPEND="
30 - virtual/jpeg
31 - boost? ( dev-libs/boost )
32 + virtual/jpeg:0
33 + boost? ( dev-libs/boost:= )
34 festival? ( app-accessibility/festival )
35 gtk? ( x11-libs/gtk+:2 )
36 glut? ( media-libs/freeglut )
37 @@ -46,15 +46,15 @@ RDEPEND="
38 gsl? ( sci-libs/gsl )
39 ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 )
40 imagemagick? ( media-gfx/imagemagick )
41 - java? ( virtual/jdk )
42 + java? ( virtual/jdk:* )
43 opengl? ( virtual/opengl )
44 - openssl? ( dev-libs/openssl )
45 + openssl? ( dev-libs/openssl:0= )
46 python? ( ${PYTHON_DEPS} )
47 sphinx2? ( app-accessibility/sphinx2 )"
48 DEPEND="${RDEPEND}
49 doc? ( app-doc/doxygen )
50 - java? ( dev-lang/swig )
51 - python? ( dev-lang/swig )"
52 + java? ( dev-lang/swig:0 )
53 + python? ( dev-lang/swig:0 )"
54
55 pkg_setup () {
56 use python && python-single-r1_pkg_setup