commit:     932dc78d1c7fff951f55c2ca509634e9d9e304cb
Author:     David Michael <dm0 <AT> redhat <DOT> com>
AuthorDate: Tue Mar 12 00:13:09 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 06:11:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932dc78d

dev-cpp/gflags: 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: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-cpp/gflags/gflags-9999.ebuild 
b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild
similarity index 92%
copy from dev-cpp/gflags/gflags-9999.ebuild
copy to dev-cpp/gflags/gflags-2.2.1-r1.ebuild
index 91f405e1e9b..95cd79c7ef3 100644
--- a/dev-cpp/gflags/gflags-9999.ebuild
+++ b/dev-cpp/gflags/gflags-2.2.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
 
 inherit cmake-multilib
 
@@ -25,7 +25,6 @@ DOCS=( ChangeLog.txt README.md )
 
 multilib_src_configure() {
        local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
                -DBUILD_STATIC_LIBS=$(usex static-libs)
                -DBUILD_TESTING=$(usex test)
                # avoid installing .cmake/packages, e.g.:

diff --git a/dev-cpp/gflags/gflags-9999.ebuild 
b/dev-cpp/gflags/gflags-9999.ebuild
index 91f405e1e9b..95cd79c7ef3 100644
--- a/dev-cpp/gflags/gflags-9999.ebuild
+++ b/dev-cpp/gflags/gflags-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
 
 inherit cmake-multilib
 
@@ -25,7 +25,6 @@ DOCS=( ChangeLog.txt README.md )
 
 multilib_src_configure() {
        local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
                -DBUILD_STATIC_LIBS=$(usex static-libs)
                -DBUILD_TESTING=$(usex test)
                # avoid installing .cmake/packages, e.g.:

Reply via email to