Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Sat, 22 Sep 2018 07:07:31
Message-Id: 1537600030.1cb37ce93c720981adf8211acf0fcb849f40a3bc.mgorny@gentoo
1 commit: 1cb37ce93c720981adf8211acf0fcb849f40a3bc
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 14 00:57:31 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 22 07:07:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb37ce9
7
8 dev-cpp/gtest: Clean up cmake configure options
9
10 '-DBUILD_GTEST=ON' and '-DINSTALL_GMOCK=ON' aren't valid anymore (gtest
11 will always be built and if gmock is built, it will be installed).
12 `-Dgtest_build_samples` and '-Dgtest_disable_pthreads' don't depend on
13 USE flags and have always defaulted to "OFF".
14
15 Package-Manager: Portage-2.3.49, Repoman-2.3.10
16
17 dev-cpp/gtest/gtest-9999.ebuild | 4 ----
18 1 file changed, 4 deletions(-)
19
20 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
21 index a2c14fe23fd..a1b5e7ed14c 100644
22 --- a/dev-cpp/gtest/gtest-9999.ebuild
23 +++ b/dev-cpp/gtest/gtest-9999.ebuild
24 @@ -39,11 +39,7 @@ pkg_setup() {
25 multilib_src_configure() {
26 local mycmakeargs=(
27 -DBUILD_GMOCK=ON
28 - -DBUILD_GTEST=ON
29 - -DINSTALL_GMOCK=ON
30 -DINSTALL_GTEST=ON
31 - -Dgtest_build_samples=OFF
32 - -Dgtest_disable_pthreads=OFF
33
34 # currently only static libs work
35 # due to numerous ODR violations