net-misc/whyblocked: Migrate from cmake-utils to cmake.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ee68673c3e
commit
141b7c6f3e
|
@ -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
|
# 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
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
|
@ -61,7 +61,7 @@ src_configure() {
|
||||||
if ! use nls; then
|
if ! use nls; then
|
||||||
mycmakeargs+=(-DWITH_TRANSLATIONS=NO)
|
mycmakeargs+=(-DWITH_TRANSLATIONS=NO)
|
||||||
fi
|
fi
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
|
|
@ -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
|
# 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
|
if [[ "${PV}" == "9999" ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
|
@ -61,7 +61,7 @@ src_configure() {
|
||||||
if ! use nls; then
|
if ! use nls; then
|
||||||
mycmakeargs+=(-DWITH_TRANSLATIONS=NO)
|
mycmakeargs+=(-DWITH_TRANSLATIONS=NO)
|
||||||
fi
|
fi
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
|
Reference in New Issue
Block a user