From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0EC6138334 for ; Thu, 4 Oct 2018 20:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C18E08DD; Thu, 4 Oct 2018 20:24:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD64DE08DD for ; Thu, 4 Oct 2018 20:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38A19335CCC for ; Thu, 4 Oct 2018 20:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A162C6 for ; Thu, 4 Oct 2018 20:24:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538684380.564236477aa6cc6a466cef6fa89c9cc1e61cda7c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/msgpack/msgpack-1.1.0.ebuild X-VCS-Directories: dev-libs/msgpack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 564236477aa6cc6a466cef6fa89c9cc1e61cda7c X-VCS-Branch: master Date: Thu, 4 Oct 2018 20:24:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8acfb58b-ebe5-4a4a-a2ea-fd220dab365b X-Archives-Hash: f6d2868a2a1e3df1c8dad922886e8299 commit: 564236477aa6cc6a466cef6fa89c9cc1e61cda7c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 4 20:19:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 20:19:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56423647 dev-libs/msgpack: EAPI-6 bump Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-libs/msgpack/msgpack-1.1.0.ebuild | 10 +++++----- 1 file 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 9b281e2b23f..5b8c66b8a34 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