games-arcade/commandergenius: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Sun, 15 Oct 2017 23:40:59 +0000 (16:40 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 00:07:11 +0000 (17:07 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

games-arcade/commandergenius/commandergenius-1.8.3.ebuild

index 8968d8c1aa1ab7e656bb74d0998f28004c98185a..fffce71ab38a17594068fca621c945c7cfe056fc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/Commander-Genius-${PV//./}release
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        rm -rf vfsroot || die
        sed -i -e '/INCLUDE(package.cmake)/d' CMakeLists.txt || die
        cp version.h src/ || die # Workaround buggy neard package - bug #558160