games-emulation/mgba: [QA] Add cmake-utils_src_prepare
authorDavid Seifert <soap@gentoo.org>
Sun, 15 Oct 2017 23:49:52 +0000 (16:49 -0700)
committerDavid Seifert <soap@gentoo.org>
Mon, 16 Oct 2017 00:07:42 +0000 (17:07 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

games-emulation/mgba/mgba-0.5.2.ebuild
games-emulation/mgba/mgba-0.6.0.ebuild
games-emulation/mgba/mgba-0.6.1.ebuild

index 98352dd40e10d4e1a580b0d007100add513d1db2..be3429d13af352d9401a2184bfd112304761e7aa 100644 (file)
@@ -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
index 7ba7da1f895630a2ddc15e3272ab4afbb3902730..0df5f259babc7c77485413c3f9a0e878e3f8da88 100644 (file)
@@ -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
index 7ba7da1f895630a2ddc15e3272ab4afbb3902730..0df5f259babc7c77485413c3f9a0e878e3f8da88 100644 (file)
@@ -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