From 956edd419e62945200693a1fa0425ce0b8295cf0 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 14 Sep 2020 15:18:19 +0300 Subject: 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 --- net-dialup/accel-ppp/accel-ppp-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net-dialup') diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild index 08a014f0a2b7..3f8aec7348a9 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 -- cgit v1.2.3-65-gdbad