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 259DA1382C5 for ; Thu, 8 Mar 2018 19:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFF0E09F6; Thu, 8 Mar 2018 19:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8CC12E09F6 for ; Thu, 8 Mar 2018 19:33:11 +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 3C502335C36 for ; Thu, 8 Mar 2018 19:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DF6324C for ; Thu, 8 Mar 2018 19:33:07 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1520537569.20cfa91965fe6904ed431aed9c5492a368efbde5.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cpputest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cpputest/cpputest-3.8.ebuild X-VCS-Directories: dev-util/cpputest/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 20cfa91965fe6904ed431aed9c5492a368efbde5 X-VCS-Branch: master Date: Thu, 8 Mar 2018 19:33:07 +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: d16930d1-1142-4964-8330-47acc3b7244f X-Archives-Hash: 384ad27268266e14d1576dc7150353a8 commit: 20cfa91965fe6904ed431aed9c5492a368efbde5 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Mar 8 18:33:03 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 8 19:32:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cfa919 dev-util/cpputest: Depend on >=dev-cpp/gtest-1.8.0. dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0. dev-util/cpputest/cpputest-3.8.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild index 70283bf44e5..af20f1f08b0 100644 --- a/dev-util/cpputest/cpputest-3.8.ebuild +++ b/dev-util/cpputest/cpputest-3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,10 +13,7 @@ KEYWORDS="amd64 x86" IUSE="test" DEPEND=" - test? ( - dev-cpp/gmock - dev-cpp/gtest - ) + test? ( >=dev-cpp/gtest-1.8.0 ) " DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )