dev-libs/qhttpengine: 1.0.1 change cmake-utils to cmake

Update deprecated cmake-utils inherit to cmake

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2020-04-19 03:56:20 +08:00
parent c23e853617
commit 52e79ef36d

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils
inherit cmake
DESCRIPTION="HTTP server for Qt applications"
HOMEPAGE="https://github.com/nitroshare/qhttpengine"
@@ -47,5 +47,5 @@ src_configure() {
${CMAKE_CONF}
)
cmake-utils_src_configure
cmake_src_configure
}