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 89AB21382C5 for ; Thu, 8 Mar 2018 19:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62A23E09F4; 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 3FAE0E09EC 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 3AD89335C4F 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 7592D24F 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.ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/shogun/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/shogun/shogun-5.0.0.ebuild X-VCS-Directories: sci-libs/shogun/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e 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: d4365691-119c-440e-a225-4a452ddb7295 X-Archives-Hash: 4debc0ca61e55ba761601d3f5ecc4a38 commit: ffe24c1dfeb587c7fd457bf1cbc2909cebd9339e Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Mar 8 18:46:41 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=ffe24c1d sci-libs/shogun: Depend on >=dev-cpp/gtest-1.8.0. dev-cpp/gmock has been merged into >=dev-cpp/gtest-1.8.0. sci-libs/shogun/shogun-5.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/shogun/shogun-5.0.0.ebuild b/sci-libs/shogun/shogun-5.0.0.ebuild index faf9808fd09..78fb3ea3a38 100644 --- a/sci-libs/shogun/shogun-5.0.0.ebuild +++ b/sci-libs/shogun/shogun-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -76,7 +76,7 @@ DEPEND="${RDEPEND} ruby? ( >=dev-lang/swig-3.0.12 ) test? ( dev-python/jinja[${PYTHON_USEDEP}] - dev-cpp/gmock + >=dev-cpp/gtest-1.8.0 )" # javamodular needs jblas (painful to package properly)