commit:     7e7f34dce2cfaca2b58bf46d233f006f00402644
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 06:12:32 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 06:12:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7f34dc

net-misc/freerdp: use cmake.eclass

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-misc/freerdp/freerdp-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/freerdp/freerdp-9999.ebuild 
b/net-misc/freerdp/freerdp-9999.ebuild
index 0bc7c2735df..9eb56f0748d 100644
--- a/net-misc/freerdp/freerdp-9999.ebuild
+++ b/net-misc/freerdp/freerdp-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 if [[ ${PV} != 9999 ]]; then
        MY_P=${P/_/-}
@@ -118,5 +118,5 @@ src_configure() {
                -DWITH_XV=$(usex xv ON OFF)
                -DWITH_WAYLAND=$(usex wayland ON OFF)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }

Reply via email to