Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/msgpack/
Date: Thu, 04 Oct 2018 20:24:40
Message-Id: 1538684380.564236477aa6cc6a466cef6fa89c9cc1e61cda7c.asturm@gentoo
1 commit: 564236477aa6cc6a466cef6fa89c9cc1e61cda7c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 20:19:40 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 20:19:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56423647
7
8 dev-libs/msgpack: EAPI-6 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 dev-libs/msgpack/msgpack-1.1.0.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/msgpack/msgpack-1.1.0.ebuild b/dev-libs/msgpack/msgpack-1.1.0.ebuild
17 index 9b281e2b23f..5b8c66b8a34 100644
18 --- a/dev-libs/msgpack/msgpack-1.1.0.ebuild
19 +++ b/dev-libs/msgpack/msgpack-1.1.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit cmake-multilib
29
30 @@ -37,9 +37,9 @@ PATCHES=(
31
32 src_configure() {
33 local mycmakeargs=(
34 - $(cmake-utils_use cxx MSGPACK_ENABLE_CXX)
35 - $(cmake-utils_use static-libs MSGPACK_STATIC)
36 - $(cmake-utils_use test MSGPACK_BUILD_TESTS)
37 + -DMSGPACK_ENABLE_CXX=$(usex cxx)
38 + -DMSGPACK_STATIC=$(usex static-libs)
39 + -DMSGPACK_BUILD_TESTS=$(usex test)
40 )
41
42 cmake-multilib_src_configure