diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-30 21:37:37 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-30 21:43:38 +0200 |
commit | fc6106c0ad6b8131593495eed7e50b9f08493987 (patch) | |
tree | 659ba97eeadf2141f8f210ec59654b6a14513201 /media-sound/clementine | |
parent | app-text/languagetool: define DEPEND variable. (diff) | |
download | gentoo-fc6106c0ad6b8131593495eed7e50b9f08493987.tar.gz gentoo-fc6106c0ad6b8131593495eed7e50b9f08493987.tar.bz2 gentoo-fc6106c0ad6b8131593495eed7e50b9f08493987.zip |
media-sound/clementine: gmock was integrated in gtest.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-sound/clementine')
-rw-r--r-- | media-sound/clementine/clementine-1.3.1-r5.ebuild | 7 | ||||
-rw-r--r-- | media-sound/clementine/clementine-1.3.1-r6.ebuild | 5 | ||||
-rw-r--r-- | media-sound/clementine/clementine-9999.ebuild | 5 |
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 ) |