From: Andreas Sturmlechner Date: Thu, 19 Mar 2020 21:16:40 +0000 (+0100) Subject: dev-libs/nanomsg: EAPI-7 bump, use cmake.eclass X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef9a4750da2b2464208ff8c5666a2405100a5258;p=gentoo.git dev-libs/nanomsg: EAPI-7 bump, use cmake.eclass Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild index 73f7851f7dd1..6dc699b6e733 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="High-performance messaging interface for distributed applications" @@ -32,5 +33,5 @@ multilib_src_configure() { -DNN_ENABLE-NANOCAT=OFF ) fi - cmake-utils_src_configure + cmake_src_configure }