commit:     956edd419e62945200693a1fa0425ce0b8295cf0
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 12:18:19 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 12:23:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956edd41

net-dialup/accel-ppp-9999: migrate from cmake-utils to cmake eclass

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 net-dialup/accel-ppp/accel-ppp-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild 
b/net-dialup/accel-ppp/accel-ppp-9999.ebuild
index 08a014f0a2b..3f8aec7348a 100644
--- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild
+++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 EGIT_REPO_URI="https://github.com/accel-ppp/accel-ppp.git";
-inherit cmake-utils flag-o-matic git-r3 linux-info linux-mod
+inherit cmake flag-o-matic git-r3 linux-info linux-mod
 
 DESCRIPTION="High performance PPTP, PPPoE and L2TP server"
 HOMEPAGE="https://sourceforge.net/projects/accel-ppp/";
@@ -51,7 +51,7 @@ src_prepare() {
        # Bug #549918
        append-ldflags -Wl,-z,lazy
 
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 
 src_configure() {
@@ -71,11 +71,11 @@ src_configure() {
                -DSHAPER="$(usex shaper)"
                $(use debug && echo "-DVALGRIND=$(usex valgrind)")
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_compile() {
-       cmake-utils_src_compile
+       cmake_src_compile
 }
 
 src_install() {
@@ -84,7 +84,7 @@ src_install() {
                linux-mod_src_install
        fi
 
-       cmake-utils_src_install
+       cmake_src_install
 
        use doc && dodoc -r rfc
 

Reply via email to