From 141b7c6f3e036937b04d9a63f5b98278d1f7245c Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 16 Nov 2020 15:50:38 +0100 Subject: [PATCH] net-misc/whyblocked: Migrate from cmake-utils to cmake. --- net-misc/whyblocked/whyblocked-0.15.0.ebuild | 8 ++++---- net-misc/whyblocked/whyblocked-9999-r8.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-misc/whyblocked/whyblocked-0.15.0.ebuild b/net-misc/whyblocked/whyblocked-0.15.0.ebuild index ff307c48a..a50a6f224 100644 --- a/net-misc/whyblocked/whyblocked-0.15.0.ebuild +++ b/net-misc/whyblocked/whyblocked-0.15.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils gnome2-utils +inherit cmake gnome2-utils if [[ "${PV}" == "9999" ]]; then inherit git-r3 @@ -61,7 +61,7 @@ src_configure() { if ! use nls; then mycmakeargs+=(-DWITH_TRANSLATIONS=NO) fi - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() { diff --git a/net-misc/whyblocked/whyblocked-9999-r8.ebuild b/net-misc/whyblocked/whyblocked-9999-r8.ebuild index ff307c48a..a50a6f224 100644 --- a/net-misc/whyblocked/whyblocked-9999-r8.ebuild +++ b/net-misc/whyblocked/whyblocked-9999-r8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils gnome2-utils +inherit cmake gnome2-utils if [[ "${PV}" == "9999" ]]; then inherit git-r3 @@ -61,7 +61,7 @@ src_configure() { if ! use nls; then mycmakeargs+=(-DWITH_TRANSLATIONS=NO) fi - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() {