Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/yabause/
Date: Mon, 16 Oct 2017 00:08:54
Message-Id: 1508112467.70cb1d693b17aea28a455ad8bfc896edb076ee82.soap@gentoo
1 commit: 70cb1d693b17aea28a455ad8bfc896edb076ee82
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:51:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 00:07:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cb1d69
7
8 games-emulation/yabause: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 games-emulation/yabause/yabause-0.9.14.ebuild | 10 +++++++---
13 1 file changed, 7 insertions(+), 3 deletions(-)
14
15 diff --git a/games-emulation/yabause/yabause-0.9.14.ebuild b/games-emulation/yabause/yabause-0.9.14.ebuild
16 index 7ac82647b3d..57559da8b5b 100644
17 --- a/games-emulation/yabause/yabause-0.9.14.ebuild
18 +++ b/games-emulation/yabause/yabause-0.9.14.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -39,9 +39,13 @@ RDEPEND="
26 DEPEND="${RDEPEND}
27 virtual/pkgconfig"
28
29 +PATCHES=(
30 + "${FILESDIR}"/${P}-RWX.patch
31 + "${FILESDIR}"/${P}-cmake.patch
32 +)
33 +
34 src_prepare() {
35 - epatch "${FILESDIR}"/${P}-RWX.patch \
36 - "${FILESDIR}"/${P}-cmake.patch
37 + cmake-utils_src_prepare
38 }
39
40 src_configure() {