diff options
author | David Michael <dm0@redhat.com> | 2019-03-11 20:13:58 -0400 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-04 21:49:10 +0200 |
commit | 8341c97fd2aeccd008c55d4a88e7af48026e3f69 (patch) | |
tree | f666678a54a62d93017a1a0ca89f4ef27bfc6a73 /dev-cpp/gtest/gtest-9999.ebuild | |
parent | media-sound/qmmp: Drop old (diff) | |
download | gentoo-8341c97fd2aeccd008c55d4a88e7af48026e3f69.tar.gz gentoo-8341c97fd2aeccd008c55d4a88e7af48026e3f69.tar.bz2 gentoo-8341c97fd2aeccd008c55d4a88e7af48026e3f69.zip |
dev-cpp/gtest: EAPI=7
This allows the cmake eclass to use BDEPEND, so the host cmake can be
used without having to cross-compile it.
Signed-off-by: David Michael <dm0@redhat.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest/gtest-9999.ebuild')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 7a444173666d..50abe1209db9 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 # Python is required for tests and some build tasks. PYTHON_COMPAT=( python2_7 pypy ) @@ -47,7 +47,6 @@ multilib_src_configure() { local mycmakeargs=( -DBUILD_GMOCK=ON -DINSTALL_GTEST=ON - -DBUILD_SHARED_LIBS=ON # tests -Dgmock_build_tests=$(usex test) |