summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-10-15 16:51:11 -0700
committerDavid Seifert <soap@gentoo.org>2017-10-15 17:07:47 -0700
commit70cb1d693b17aea28a455ad8bfc896edb076ee82 (patch)
treed635b162fd8babf5061400fd1e1d54297de1a7b8
parentgames-emulation/mgba: [QA] Add cmake-utils_src_prepare (diff)
downloadgentoo-70cb1d69.tar.gz
gentoo-70cb1d69.tar.bz2
gentoo-70cb1d69.zip
games-emulation/yabause: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
-rw-r--r--games-emulation/yabause/yabause-0.9.14.ebuild10
1 files 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 7ac82647b3d3..57559da8b5b6 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() {