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 8D1BE1382C5 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 D8173E09F7; Thu, 8 Mar 2018 19:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B80CAE09F7 for ; Thu, 8 Mar 2018 19:33:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58007335C54 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 637C424E 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: <1520537570.5c200420a689b20363ce5edb1dad59992c0eac68.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/indilib-1.6.0.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5c200420a689b20363ce5edb1dad59992c0eac68 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: cc619b1a-f76b-45f9-8943-96a4a91b8407 X-Archives-Hash: 255ad86a9b4f45e200c68a10395e137d commit: 5c200420a689b20363ce5edb1dad59992c0eac68 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Mar 8 18:43:19 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 8 19:32:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c200420 sci-libs/indilib: Depend on >=dev-cpp/gtest-1.8.0. dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0. sci-libs/indilib/indilib-1.6.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sci-libs/indilib/indilib-1.6.0.ebuild b/sci-libs/indilib/indilib-1.6.0.ebuild index e071e3c07b7..5db4cefb37e 100644 --- a/sci-libs/indilib/indilib-1.6.0.ebuild +++ b/sci-libs/indilib/indilib-1.6.0.ebuild @@ -31,10 +31,7 @@ RDEPEND=" " DEPEND="${RDEPEND} sys-kernel/linux-headers - test? ( - dev-cpp/gmock - dev-cpp/gtest - ) + test? ( >=dev-cpp/gtest-1.8.0 ) " DOCS=( AUTHORS ChangeLog COPYRIGHT README TODO )