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-emulation/mgba/
Date: Mon, 16 Oct 2017 00:08:51
Message-Id: 1508112462.95b103dc4c872a335f3cd57f787194871ad47577.soap@gentoo
1 commit: 95b103dc4c872a335f3cd57f787194871ad47577
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:49:52 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:07:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b103dc
7
8 games-emulation/mgba: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 games-emulation/mgba/mgba-0.5.2.ebuild | 2 +-
13 games-emulation/mgba/mgba-0.6.0.ebuild | 2 +-
14 games-emulation/mgba/mgba-0.6.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/games-emulation/mgba/mgba-0.5.2.ebuild b/games-emulation/mgba/mgba-0.5.2.ebuild
18 index 98352dd40e1..be3429d13af 100644
19 --- a/games-emulation/mgba/mgba-0.5.2.ebuild
20 +++ b/games-emulation/mgba/mgba-0.5.2.ebuild
21 @@ -38,7 +38,7 @@ PATCHES=(
22 )
23
24 src_prepare() {
25 - default
26 + cmake-utils_src_prepare
27
28 # Get rid of any bundled stuff we don't want
29 for pkg in libpng lzma zlib ; do
30
31 diff --git a/games-emulation/mgba/mgba-0.6.0.ebuild b/games-emulation/mgba/mgba-0.6.0.ebuild
32 index 7ba7da1f895..0df5f259bab 100644
33 --- a/games-emulation/mgba/mgba-0.6.0.ebuild
34 +++ b/games-emulation/mgba/mgba-0.6.0.ebuild
35 @@ -35,7 +35,7 @@ RDEPEND="
36 DEPEND="${RDEPEND}"
37
38 src_prepare() {
39 - default
40 + cmake-utils_src_prepare
41
42 # Get rid of any bundled stuff we don't want
43 for pkg in libpng lzma sqlite3 zlib ; do
44
45 diff --git a/games-emulation/mgba/mgba-0.6.1.ebuild b/games-emulation/mgba/mgba-0.6.1.ebuild
46 index 7ba7da1f895..0df5f259bab 100644
47 --- a/games-emulation/mgba/mgba-0.6.1.ebuild
48 +++ b/games-emulation/mgba/mgba-0.6.1.ebuild
49 @@ -35,7 +35,7 @@ RDEPEND="
50 DEPEND="${RDEPEND}"
51
52 src_prepare() {
53 - default
54 + cmake-utils_src_prepare
55
56 # Get rid of any bundled stuff we don't want
57 for pkg in libpng lzma sqlite3 zlib ; do