commit:     8341c97fd2aeccd008c55d4a88e7af48026e3f69
Author:     David Michael <dm0 <AT> redhat <DOT> com>
AuthorDate: Tue Mar 12 00:13:58 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 19:49:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8341c97f

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 <AT> redhat.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-cpp/gtest/{gtest-9999.ebuild => gtest-1.8.1-r1.ebuild} | 5 ++---
 dev-cpp/gtest/gtest-9999.ebuild                            | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-cpp/gtest/gtest-9999.ebuild 
b/dev-cpp/gtest/gtest-1.8.1-r1.ebuild
similarity index 95%
copy from dev-cpp/gtest/gtest-9999.ebuild
copy to dev-cpp/gtest/gtest-1.8.1-r1.ebuild
index 7a444173666..50abe1209db 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-1.8.1-r1.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)

diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index 7a444173666..50abe1209db 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)

Reply via email to