commit: 95b103dc4c872a335f3cd57f787194871ad47577
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:49:52 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:07:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b103dc
games-emulation/mgba: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
games-emulation/mgba/mgba-0.5.2.ebuild | 2 +-
games-emulation/mgba/mgba-0.6.0.ebuild | 2 +-
games-emulation/mgba/mgba-0.6.1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-emulation/mgba/mgba-0.5.2.ebuild
b/games-emulation/mgba/mgba-0.5.2.ebuild
index 98352dd40e1..be3429d13af 100644
--- a/games-emulation/mgba/mgba-0.5.2.ebuild
+++ b/games-emulation/mgba/mgba-0.5.2.ebuild
@@ -38,7 +38,7 @@ PATCHES=(
)
src_prepare() {
- default
+ cmake-utils_src_prepare
# Get rid of any bundled stuff we don't want
for pkg in libpng lzma zlib ; do
diff --git a/games-emulation/mgba/mgba-0.6.0.ebuild
b/games-emulation/mgba/mgba-0.6.0.ebuild
index 7ba7da1f895..0df5f259bab 100644
--- a/games-emulation/mgba/mgba-0.6.0.ebuild
+++ b/games-emulation/mgba/mgba-0.6.0.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_prepare() {
- default
+ cmake-utils_src_prepare
# Get rid of any bundled stuff we don't want
for pkg in libpng lzma sqlite3 zlib ; do
diff --git a/games-emulation/mgba/mgba-0.6.1.ebuild
b/games-emulation/mgba/mgba-0.6.1.ebuild
index 7ba7da1f895..0df5f259bab 100644
--- a/games-emulation/mgba/mgba-0.6.1.ebuild
+++ b/games-emulation/mgba/mgba-0.6.1.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
src_prepare() {
- default
+ cmake-utils_src_prepare
# Get rid of any bundled stuff we don't want
for pkg in libpng lzma sqlite3 zlib ; do