Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/memonix/
Date: Mon, 16 Oct 2017 00:08:56
Message-Id: 1508112476.0b8c0d6584bef8eb2d2fbaa91d4d47aa7aff6b17.soap@gentoo
1 commit: 0b8c0d6584bef8eb2d2fbaa91d4d47aa7aff6b17
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:53:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:07:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8c0d65
7
8 games-kids/memonix: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 games-kids/memonix/memonix-1.6.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/games-kids/memonix/memonix-1.6.ebuild b/games-kids/memonix/memonix-1.6.ebuild
16 index e42b88e6e1b..c4c3f16bd77 100644
17 --- a/games-kids/memonix/memonix-1.6.ebuild
18 +++ b/games-kids/memonix/memonix-1.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -21,6 +21,10 @@ RDEPEND="${DEPEND}"
26
27 S=${WORKDIR}/MemonixSourceCode
28
29 +src_prepare() {
30 + cmake-utils_src_prepare
31 +}
32 +
33 src_configure() {
34 cmake-utils_src_configure
35 }