From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3266F1396D0 for ; Wed, 30 Aug 2017 19:43:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A087E0DA0; Wed, 30 Aug 2017 19:43:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51C52E0E06 for ; Wed, 30 Aug 2017 19:43:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD1CD33BE3E for ; Wed, 30 Aug 2017 19:43:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C548831 for ; Wed, 30 Aug 2017 19:43:44 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1504122218.fc6106c0ad6b8131593495eed7e50b9f08493987.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.3.1-r5.ebuild media-sound/clementine/clementine-1.3.1-r6.ebuild media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fc6106c0ad6b8131593495eed7e50b9f08493987 X-VCS-Branch: master Date: Wed, 30 Aug 2017 19:43:44 +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: c4ec34a6-34c7-4196-bea2-6696dcbcfcb6 X-Archives-Hash: 572ccc0005833ed37c94e327954bdf33 commit: fc6106c0ad6b8131593495eed7e50b9f08493987 Author: Lars Wendler gentoo org> AuthorDate: Wed Aug 30 19:37:37 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 30 19:43:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6106c0 media-sound/clementine: gmock was integrated in gtest. Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-sound/clementine/clementine-1.3.1-r5.ebuild | 7 +++++-- media-sound/clementine/clementine-1.3.1-r6.ebuild | 5 ++++- 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 6302ee6eb6c..cd30faab0d3 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 583af09c1e7..d3063f97f2b 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 7c4e4dee814..d331bd69315 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 )