net-misc/whyblocked: Migrate from cmake-utils to cmake.

This commit is contained in:
tastytea 2020-11-16 15:50:38 +01:00
parent ee68673c3e
commit 141b7c6f3e
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 8 additions and 8 deletions

View File

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

View File

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