dev-cpp/gflags: Bump to EAPI=6

This commit is contained in:
Michał Górny
2017-06-29 10:44:35 +02:00
parent e844c7cf0d
commit 3e6b565246

View File

@@ -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
}