commit:     78a166152bf8b2a1a4f73bb43e724d81a7b70aea
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Tue Dec  1 10:14:50 2020 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 13:48:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a16615

x11-wm/herbstluftwm: port -9999 ebuild from cmake-utils to cmake

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 x11-wm/herbstluftwm/herbstluftwm-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild 
b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
index 4ebb6b1f0ad..383fa9d17ea 100644
--- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
+++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit git-r3 toolchain-funcs cmake-utils
+inherit git-r3 toolchain-funcs cmake
 
 DESCRIPTION="A manual tiling window manager for X"
 HOMEPAGE="https://herbstluftwm.org/";
@@ -32,7 +32,7 @@ src_prepare() {
                -e '/^install.*LICENSEDIR/d' \
                -e '/set(DOCDIR / s#.*#set(DOCDIR ${CMAKE_INSTALL_DOCDIR})#' \
                CMakeLists.txt || die
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 
 src_configure() {
@@ -40,11 +40,11 @@ src_configure() {
                -DWITH_DOCUMENTATION=$(usex doc)
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 
        if ! use examples; then
                rm -r "${ED}"/usr/share/doc/${PF}/examples || die

Reply via email to