commit: b5e4a0875cbd03cb2ee4c1a8f0f3869e2919f1ea
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:36:52 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:36:52 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5e4a087
sci-electronics/player: Add subslot operators
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-electronics/player/player-2.0.4.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/sci-electronics/player/player-2.0.4.ebuild
b/sci-electronics/player/player-2.0.4.ebuild
index f0323c1..a5d69a9 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -37,8 +37,8 @@ IUSE="ieee1394 imagemagick sphinx2 test v4l wifi
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
- virtual/jpeg
- boost? ( dev-libs/boost )
+ virtual/jpeg:0
+ boost? ( dev-libs/boost:= )
festival? ( app-accessibility/festival )
gtk? ( x11-libs/gtk+:2 )
glut? ( media-libs/freeglut )
@@ -46,15 +46,15 @@ RDEPEND="
gsl? ( sci-libs/gsl )
ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 )
imagemagick? ( media-gfx/imagemagick )
- java? ( virtual/jdk )
+ java? ( virtual/jdk:* )
opengl? ( virtual/opengl )
- openssl? ( dev-libs/openssl )
+ openssl? ( dev-libs/openssl:0= )
python? ( ${PYTHON_DEPS} )
sphinx2? ( app-accessibility/sphinx2 )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
- java? ( dev-lang/swig )
- python? ( dev-lang/swig )"
+ java? ( dev-lang/swig:0 )
+ python? ( dev-lang/swig:0 )"
pkg_setup () {
use python && python-single-r1_pkg_setup