games-action/multimc: use cmake instead of cmake-utils

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-31 12:07:21 +02:00
parent 082c3c68b5
commit be89948e92

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit desktop xdg cmake-utils
inherit desktop xdg cmake
MY_PN="MultiMC5"
MY_P="${MY_PN}-${PV}"
@@ -57,11 +57,11 @@ src_configure() {
local mycmakeargs=(
-DMultiMC_LAYOUT=lin-system
)
cmake-utils_src_configure
cmake_src_configure
}
src_install() {
cmake-utils_src_install
cmake_src_install
domenu application/package/linux/multimc.desktop
doicon -s scalable application/resources/multimc/scalable/multimc.svg
}