summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-10-15 16:53:18 -0700
committerDavid Seifert <soap@gentoo.org>2017-10-15 17:07:56 -0700
commit0b8c0d6584bef8eb2d2fbaa91d4d47aa7aff6b17 (patch)
tree478c5ebf2456d2990de9f5758bfe04ea54da0390 /games-kids/memonix
parentgames-engines/stratagus: [QA] Add cmake-utils_src_prepare (diff)
downloadgentoo-0b8c0d6584bef8eb2d2fbaa91d4d47aa7aff6b17.tar.gz
gentoo-0b8c0d6584bef8eb2d2fbaa91d4d47aa7aff6b17.tar.bz2
gentoo-0b8c0d6584bef8eb2d2fbaa91d4d47aa7aff6b17.zip
games-kids/memonix: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'games-kids/memonix')
-rw-r--r--games-kids/memonix/memonix-1.6.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games-kids/memonix/memonix-1.6.ebuild b/games-kids/memonix/memonix-1.6.ebuild
index e42b88e6e1bc..c4c3f16bd778 100644
--- a/games-kids/memonix/memonix-1.6.ebuild
+++ b/games-kids/memonix/memonix-1.6.ebuild
@@ -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
}