summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/nanomsg/nanomsg-1.1.5.ebuild7
1 files 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 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
}