summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/clementine')
-rw-r--r--media-sound/clementine/clementine-1.3.1-r5.ebuild7
-rw-r--r--media-sound/clementine/clementine-1.3.1-r6.ebuild5
-rw-r--r--media-sound/clementine/clementine-9999.ebuild5
3 files changed, 13 insertions, 4 deletions
diff --git a/media-sound/clementine/clementine-1.3.1-r5.ebuild b/media-sound/clementine/clementine-1.3.1-r5.ebuild
index 6302ee6eb6cc..cd30faab0d35 100644
--- a/media-sound/clementine/clementine-1.3.1-r5.ebuild
+++ b/media-sound/clementine/clementine-1.3.1-r5.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
EAPI=6
@@ -75,7 +75,10 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
sys-devel/gettext
dev-qt/qttest:4
- dev-cpp/gmock
+ || (
+ dev-cpp/gtest
+ dev-cpp/gmock
+ )
amazoncloud? ( dev-cpp/sparsehash )
box? ( dev-cpp/sparsehash )
dropbox? ( dev-cpp/sparsehash )
diff --git a/media-sound/clementine/clementine-1.3.1-r6.ebuild b/media-sound/clementine/clementine-1.3.1-r6.ebuild
index 583af09c1e79..d3063f97f2b8 100644
--- a/media-sound/clementine/clementine-1.3.1-r6.ebuild
+++ b/media-sound/clementine/clementine-1.3.1-r6.ebuild
@@ -75,7 +75,10 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
sys-devel/gettext
dev-qt/qttest:4
- dev-cpp/gmock
+ || (
+ dev-cpp/gtest
+ dev-cpp/gmock
+ )
amazoncloud? ( dev-cpp/sparsehash )
box? ( dev-cpp/sparsehash )
dropbox? ( dev-cpp/sparsehash )
diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
index 7c4e4dee8149..d331bd69315c 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-9999.ebuild
@@ -77,7 +77,10 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
sys-devel/gettext
dev-qt/qttest:4
- dev-cpp/gmock
+ || (
+ dev-cpp/gtest
+ dev-cpp/gmock
+ )
box? ( dev-cpp/sparsehash )
dropbox? ( dev-cpp/sparsehash )
googledrive? ( dev-cpp/sparsehash )