commit:     b87c05690de2ff9666253364ae50206711f15ff4
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 13:42:58 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 13:49:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87c0569

net-p2p/retroshare: correct dependency on media-libs/opencv in 0.6.1 and live 
ebuilds

Reported-by: Vadim A. Misbakh-Soloviov <gentoo <AT> mva.name>

Package-Manager: portage-2.3.3

 net-p2p/retroshare/retroshare-0.6.1.ebuild    | 6 +++---
 net-p2p/retroshare/retroshare-0.6.9999.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-p2p/retroshare/retroshare-0.6.1.ebuild 
b/net-p2p/retroshare/retroshare-0.6.1.ebuild
index 68c8eb7..d647cbb 100644
--- a/net-p2p/retroshare/retroshare-0.6.1.ebuild
+++ b/net-p2p/retroshare/retroshare-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -63,10 +63,10 @@ RDEPEND="
        )
        voip? (
                qt5? (
-                       <media-libs/opencv-3.0.0[-qt4]
+                       media-libs/opencv[-qt4(-)]
                )
                qt4? (
-                       <media-libs/opencv-3.0.0
+                       media-libs/opencv
                        dev-qt/qt-mobility[multimedia]
                )
                media-libs/speex

diff --git a/net-p2p/retroshare/retroshare-0.6.9999.ebuild 
b/net-p2p/retroshare/retroshare-0.6.9999.ebuild
index 1159db1..effdc96 100644
--- a/net-p2p/retroshare/retroshare-0.6.9999.ebuild
+++ b/net-p2p/retroshare/retroshare-0.6.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -63,10 +63,10 @@ RDEPEND="
        )
        voip? (
                qt5? (
-                       <media-libs/opencv-3.0.0[-qt4]
+                       media-libs/opencv[-qt4(-)]
                )
                qt4? (
-                       <media-libs/opencv-3.0.0
+                       media-libs/opencv
                        dev-qt/qt-mobility[multimedia]
                )
                media-libs/speex

Reply via email to