From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A3361387B1 for ; Mon, 21 Sep 2015 17:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF38221C0BE; Mon, 21 Sep 2015 17:44:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF26621C0BD for ; Mon, 21 Sep 2015 17:44:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 137DE3408DD for ; Mon, 21 Sep 2015 17:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B38B923E for ; Mon, 21 Sep 2015 17:44:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442857012.b5e4a0875cbd03cb2ee4c1a8f0f3869e2919f1ea.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-electronics/player/ X-VCS-Repository: proj/sci X-VCS-Files: sci-electronics/player/player-2.0.4.ebuild X-VCS-Directories: sci-electronics/player/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b5e4a0875cbd03cb2ee4c1a8f0f3869e2919f1ea X-VCS-Branch: master Date: Mon, 21 Sep 2015 17:44:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3b41ab88-4a63-48e2-a9b3-2a6a70b03eab X-Archives-Hash: c0d7dcaecf8b60361d2511a88e56dba2 commit: b5e4a0875cbd03cb2ee4c1a8f0f3869e2919f1ea Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 17:36:52 2015 +0000 Commit: Justin Lecher gentoo 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 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