games-kids/memonix: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
David Seifert
2017-10-15 16:53:18 -07:00
parent 836cd625ff
commit 0b8c0d6584

View 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
@@ -21,6 +21,10 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/MemonixSourceCode
src_prepare() {
cmake-utils_src_prepare
}
src_configure() {
cmake-utils_src_configure
}