Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-inherit cmake-utils flag-o-matic linux-info python-any-r1
+inherit cmake flag-o-matic linux-info python-any-r1
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
}
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# don't install compressed manpage
cmake_comment_add_subdirectory doc
)
use custom-optimization || append-flags -O3
- cmake-utils_src_configure
+ cmake_src_configure
}
src_test() {
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
doman doc/man/cryfs.1
}
CMAKE_MAKEFILE_GENERATOR="emake"
PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-inherit cmake-utils flag-o-matic linux-info python-any-r1
+inherit cmake flag-o-matic linux-info python-any-r1
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
}
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# don't install compressed manpage
cmake_comment_add_subdirectory doc
)
use custom-optimization || append-flags -O3
- cmake-utils_src_configure
+ cmake_src_configure
}
src_test() {