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

games-action/openastromenace/openastromenace-1.3.2-r1.ebuild
games-action/openastromenace/openastromenace-1.3.2.ebuild

index ef7a4f821d85c3aa85700385997641dd569301e6..cdd657e1958cdcdbd5dc8351ee711ec47ce7fb7b 100644 (file)
@@ -28,7 +28,7 @@ RDEPEND=${DEPEND}
 S=${WORKDIR}/AstroMenace
 
 src_prepare() {
-       default
+       cmake-utils_src_prepare
 
        # no messing with CXXFLAGS please.
        sed -i -e '/-Os/d' CMakeLists.txt || die
index a84ba60573894a3abe5202b85c339e68bd9a6c31..02e004964e593c0fa914b74ddd3d3aafd8f70192 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=5
@@ -27,9 +27,10 @@ RDEPEND=${DEPEND}
 S=${WORKDIR}/AstroMenace
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        # no messing with CXXFLAGS please.
        sed -i -e '/-Os/d' CMakeLists.txt || die
-       epatch_user # bug #542930
 }
 
 src_configure() {