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 64CF3138334 for ; Sat, 22 Sep 2018 07:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 391ECE086F; Sat, 22 Sep 2018 07:07:30 +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 1862DE086F for ; Sat, 22 Sep 2018 07:07:29 +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 6F805335CA3 for ; Sat, 22 Sep 2018 07:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 859F73E0 for ; Sat, 22 Sep 2018 07:07:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1537600030.1cb37ce93c720981adf8211acf0fcb849f40a3bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtest/gtest-9999.ebuild X-VCS-Directories: dev-cpp/gtest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1cb37ce93c720981adf8211acf0fcb849f40a3bc X-VCS-Branch: master Date: Sat, 22 Sep 2018 07:07:26 +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: d6910498-8fa9-4ffe-bdee-fecd66fcdc42 X-Archives-Hash: 9b862d63c966e853752e4c259129f7b4 commit: 1cb37ce93c720981adf8211acf0fcb849f40a3bc Author: Peter Levine gmail com> AuthorDate: Fri Sep 14 00:57:31 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 22 07:07:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb37ce9 dev-cpp/gtest: Clean up cmake configure options '-DBUILD_GTEST=ON' and '-DINSTALL_GMOCK=ON' aren't valid anymore (gtest will always be built and if gmock is built, it will be installed). `-Dgtest_build_samples` and '-Dgtest_disable_pthreads' don't depend on USE flags and have always defaulted to "OFF". Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-cpp/gtest/gtest-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index a2c14fe23fd..a1b5e7ed14c 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -39,11 +39,7 @@ pkg_setup() { multilib_src_configure() { local mycmakeargs=( -DBUILD_GMOCK=ON - -DBUILD_GTEST=ON - -DINSTALL_GMOCK=ON -DINSTALL_GTEST=ON - -Dgtest_build_samples=OFF - -Dgtest_disable_pthreads=OFF # currently only static libs work # due to numerous ODR violations