commit: c0806e2aaf895e3c07ffffadeae6207d431d293c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 08:31:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 08:56:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0806e2a
app-cdr/gcdemu: Port to cmake.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-cdr/gcdemu/gcdemu-3.2.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
index 650abe4c268..6fb6905ac22 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+inherit cmake gnome2-utils python-single-r1 xdg-utils
DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
HOMEPAGE="https://cdemu.sourceforge.io"
@@ -36,13 +36,13 @@ BDEPEND="${PYTHON_DEPS}
DOCS=( AUTHORS README )
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
python_fix_shebang src/gcdemu
}
src_configure() {
local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
- cmake-utils_src_configure
+ cmake_src_configure
}
pkg_postinst() {