commit:     32407f8c9f5b1b9063435e0ceeca44d8a01439cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 20:02:45 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 20:04:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32407f8c

app-emulation/dynamips: EAPI-7 bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-emulation/dynamips/dynamips-0.2.21.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-emulation/dynamips/dynamips-0.2.21.ebuild 
b/app-emulation/dynamips/dynamips-0.2.21.ebuild
index 21b04e6456e..ad971daa108 100644
--- a/app-emulation/dynamips/dynamips-0.2.21.ebuild
+++ b/app-emulation/dynamips/dynamips-0.2.21.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Cisco 7200/3600 Simulator"
 HOMEPAGE="https://github.com/GNS3/dynamips";
@@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="ipv6"
 
 BDEPEND="app-arch/unzip"
-RDEPEND="dev-libs/elfutils
+RDEPEND="
+       dev-libs/elfutils
        net-libs/libpcap"
 DEPEND="${RDEPEND}"
 
@@ -28,7 +29,7 @@ src_prepare() {
        # comment out DYNAMIPS_FLAGS to respect CFLAGS
        sed -e "s:^set ( DYNAMIPS_FLAGS:#&:" -i cmake/dependencies.cmake || die
 
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 
 src_configure() {
@@ -36,5 +37,5 @@ src_configure() {
                -DANY_COMPILER=1
                -DENABLE_IPV6="$(usex ipv6)"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }

Reply via email to