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() {