diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 22:19:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 22:19:40 +0200 |
commit | 564236477aa6cc6a466cef6fa89c9cc1e61cda7c (patch) | |
tree | a21d8fe60744a2364bbec828a7a626b6ae5f1f11 /dev-libs/msgpack | |
parent | media-sound/musepack-tools: EAPI-6 bump, https (diff) | |
download | gentoo-564236477aa6cc6a466cef6fa89c9cc1e61cda7c.tar.gz gentoo-564236477aa6cc6a466cef6fa89c9cc1e61cda7c.tar.bz2 gentoo-564236477aa6cc6a466cef6fa89c9cc1e61cda7c.zip |
dev-libs/msgpack: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'dev-libs/msgpack')
-rw-r--r-- | dev-libs/msgpack/msgpack-1.1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/msgpack/msgpack-1.1.0.ebuild b/dev-libs/msgpack/msgpack-1.1.0.ebuild index 9b281e2b23f9..5b8c66b8a343 100644 --- a/dev-libs/msgpack/msgpack-1.1.0.ebuild +++ b/dev-libs/msgpack/msgpack-1.1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit cmake-multilib @@ -37,9 +37,9 @@ PATCHES=( src_configure() { local mycmakeargs=( - $(cmake-utils_use cxx MSGPACK_ENABLE_CXX) - $(cmake-utils_use static-libs MSGPACK_STATIC) - $(cmake-utils_use test MSGPACK_BUILD_TESTS) + -DMSGPACK_ENABLE_CXX=$(usex cxx) + -DMSGPACK_STATIC=$(usex static-libs) + -DMSGPACK_BUILD_TESTS=$(usex test) ) cmake-multilib_src_configure |