Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/
Date: Sun, 09 Jul 2017 21:41:39
Message-Id: 1499636482.3e6b565246908013d1185e24d792406507cc904d.mgorny@gentoo
1 commit: 3e6b565246908013d1185e24d792406507cc904d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 08:44:35 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 21:41:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6b5652
7
8 dev-cpp/gflags: Bump to EAPI=6
9
10 dev-cpp/gflags/gflags-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild
14 index da82cc01747..e54d42e9acf 100644
15 --- a/dev-cpp/gflags/gflags-9999.ebuild
16 +++ b/dev-cpp/gflags/gflags-9999.ebuild
17 @@ -1,7 +1,7 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -EAPI="5"
22 +EAPI=6
23
24 inherit cmake-multilib
25
26 @@ -26,7 +26,7 @@ DOCS=( ChangeLog.txt README.md )
27 multilib_src_configure() {
28 local mycmakeargs=(
29 -DBUILD_SHARED_LIBS=ON
30 - $(cmake-utils_use_build static-libs STATIC_LIBS)
31 + -DBUILD_STATIC_LIBS=$(usex static-libs)
32 )
33 cmake-utils_src_configure
34 }