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

games-emulation/yabause/yabause-0.9.14.ebuild

index 7ac82647b3d3c7bb09d5a30b26a8bf62a9be492a..57559da8b5b6f450f1346a880e1ff1430b57aa3c 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
@@ -39,9 +39,13 @@ RDEPEND="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
+PATCHES=(
+       "${FILESDIR}"/${P}-RWX.patch
+       "${FILESDIR}"/${P}-cmake.patch
+)
+
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-RWX.patch \
-               "${FILESDIR}"/${P}-cmake.patch
+       cmake-utils_src_prepare
 }
 
 src_configure() {