commit: ef9a4750da2b2464208ff8c5666a2405100a5258
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 21:16:40 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 21:17:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9a4750
dev-libs/nanomsg: EAPI-7 bump, use cmake.eclass
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
index 73f7851f7dd..6dc699b6e73 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
}