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

games-arcade/supertux/supertux-0.4.0.ebuild
games-arcade/supertux/supertux-0.5.0.ebuild
games-arcade/supertux/supertux-0.5.1.ebuild

index a0a22e745f896875654b14aeb127cc83260661b2..10bed6d64195b99b0393249929b86d0f69c707f7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -27,6 +27,10 @@ DEPEND="${RDEPEND}
 
 PATCHES=( "${FILESDIR}"/${P}-{obstack,tinygettext,squirrel,desktop,flags,license,icon}.patch )
 
+src_prepare() {
+       cmake-utils_src_prepare
+}
+
 src_configure() {
        local mycmakeargs=(
                -DWERROR=OFF
index e28f80941c6947336f17c333070036ba736689b1..123624a1daea814df4e5b252adc39dfb0c1d742a 100644 (file)
@@ -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=6
@@ -35,7 +35,7 @@ PATCHES=(
 )
 
 src_prepare() {
-       default
+       cmake-utils_src_prepare
 
        # This is not a developer release so switch the logo to the non-dev one.
        sed 's@logo_dev@logo@' \
index c5627b655caf2048389f8c94b2778351c134e73f..10893c163550c0d953725173e7e4abcb6b246ea7 100644 (file)
@@ -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=6
@@ -35,7 +35,7 @@ PATCHES=(
 )
 
 src_prepare() {
-       default
+       cmake-utils_src_prepare
 
        # This is not a developer release so switch the logo to the non-dev one.
        sed 's@logo_dev@logo@' \