commit: 70cb1d693b17aea28a455ad8bfc896edb076ee82
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:51:11 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:07:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cb1d69
games-emulation/yabause: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
games-emulation/yabause/yabause-0.9.14.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/games-emulation/yabause/yabause-0.9.14.ebuild
b/games-emulation/yabause/yabause-0.9.14.ebuild
index 7ac82647b3d..57559da8b5b 100644
--- a/games-emulation/yabause/yabause-0.9.14.ebuild
+++ b/games-emulation/yabause/yabause-0.9.14.ebuild
@@ -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() {