commit:     0577e8dd4103948c2080bedc75fd8252a9490ad3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 08:31:04 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 08:56:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0577e8dd

app-cdr/cdemu: Port to cmake.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-cdr/cdemu/cdemu-3.2.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-cdr/cdemu/cdemu-3.2.4.ebuild b/app-cdr/cdemu/cdemu-3.2.4.ebuild
index c87cdfd9eaf..736cf3013c5 100644
--- a/app-cdr/cdemu/cdemu-3.2.4.ebuild
+++ b/app-cdr/cdemu/cdemu-3.2.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils
+inherit bash-completion-r1 cmake python-single-r1 xdg-utils
 
 MY_P=cdemu-client-${PV}
 DESCRIPTION="Command-line tool for controlling cdemu-daemon"
@@ -33,7 +33,7 @@ BDEPEND="${PYTHON_DEPS}
 DOCS=( AUTHORS README )
 
 src_prepare() {
-       cmake-utils_src_prepare
+       cmake_src_prepare
 
        python_fix_shebang src/cdemu
 }
@@ -43,7 +43,7 @@ src_configure() {
                -DPOST_INSTALL_HOOKS=OFF
                -DCMAKE_INSTALL_COMPLETIONSDIR="$(get_bashcompdir)"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_postinst() {

Reply via email to