commit:     153fc1acbc29bd1b73420a52f63392b88f853fe2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:22:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:22:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153fc1ac

net-libs/zmqpp: update EAPI 7 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/zmqpp/{zmqpp-4.2.0.ebuild => zmqpp-4.2.0-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-libs/zmqpp/zmqpp-4.2.0.ebuild 
b/net-libs/zmqpp/zmqpp-4.2.0-r1.ebuild
similarity index 88%
rename from net-libs/zmqpp/zmqpp-4.2.0.ebuild
rename to net-libs/zmqpp/zmqpp-4.2.0-r1.ebuild
index 1394708a3dff..147cd25d9633 100644
--- a/net-libs/zmqpp/zmqpp-4.2.0.ebuild
+++ b/net-libs/zmqpp/zmqpp-4.2.0-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit cmake
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
@@ -10,7 +12,6 @@ else
        SRC_URI="https://github.com/zeromq/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
-inherit cmake-utils
 
 DESCRIPTION="ZeroMQ 'highlevel' C++ bindings"
 HOMEPAGE="https://github.com/zeromq/zmqpp";
@@ -31,5 +32,5 @@ src_configure() {
                -DZMQPP_BUILD_STATIC=$(usex static-libs)
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }

Reply via email to