summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 22:16:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 22:17:56 +0100
commitef9a4750da2b2464208ff8c5666a2405100a5258 (patch)
tree7917a619aae299c7a05bb703fe64914eeab4e84e /dev-libs
parentsys-libs/glibc: 2.30 revbump: patch 7, enable-stack-protector=strong (diff)
downloadgentoo-ef9a4750da2b2464208ff8c5666a2405100a5258.tar.gz
gentoo-ef9a4750da2b2464208ff8c5666a2405100a5258.tar.bz2
gentoo-ef9a4750da2b2464208ff8c5666a2405100a5258.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-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
}