diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-03 20:34:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 10:37:21 +0100 |
commit | 7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af (patch) | |
tree | e0665a5ce5c6e08888f9f76d783748602c5b92c8 /games-action/lugaru | |
parent | www-client/epiphany: bump to 3.32.6 (diff) | |
download | gentoo-7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af.tar.gz gentoo-7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af.tar.bz2 gentoo-7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af.zip |
*/*: Switch games proj to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-action/lugaru')
-rw-r--r-- | games-action/lugaru/lugaru-20151204-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/lugaru/lugaru-20151204-r1.ebuild b/games-action/lugaru/lugaru-20151204-r1.ebuild index c2abf83066a1..c6e92432e47d 100644 --- a/games-action/lugaru/lugaru-20151204-r1.ebuild +++ b/games-action/lugaru/lugaru-20151204-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils desktop +inherit cmake desktop DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters" HOMEPAGE="https://bitbucket.org/osslugaru/lugaru/wiki/Home" @@ -32,7 +32,7 @@ PATCHES=( ) src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare sed -i \ -e "s:@GENTOO_DIR@:/usr/share/${PN}:" \ @@ -44,7 +44,7 @@ src_configure() { -DCMAKE_VERBOSE_MAKEFILE=TRUE -DLUGARU_FORCE_INTERNAL_OPENGL=False ) - cmake-utils_src_configure + cmake_src_configure } src_install() { |