commit:     3e6b565246908013d1185e24d792406507cc904d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 08:44:35 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 21:41:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6b5652

dev-cpp/gflags: Bump to EAPI=6

 dev-cpp/gflags/gflags-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/gflags/gflags-9999.ebuild 
b/dev-cpp/gflags/gflags-9999.ebuild
index da82cc01747..e54d42e9acf 100644
--- a/dev-cpp/gflags/gflags-9999.ebuild
+++ b/dev-cpp/gflags/gflags-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 inherit cmake-multilib
 
@@ -26,7 +26,7 @@ DOCS=( ChangeLog.txt README.md )
 multilib_src_configure() {
        local mycmakeargs=(
                -DBUILD_SHARED_LIBS=ON
-               $(cmake-utils_use_build static-libs STATIC_LIBS)
+               -DBUILD_STATIC_LIBS=$(usex static-libs)
        )
        cmake-utils_src_configure
 }

Reply via email to