projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b103d
)
games-emulation/yabause: [QA] Add cmake-utils_src_prepare
author
David Seifert
<soap@gentoo.org>
Sun, 15 Oct 2017 23:51:11 +0000
(16:51 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/games-emulation/yabause/yabause-0.9.14.ebuild
b/games-emulation/yabause/yabause-0.9.14.ebuild
index 7ac82647b3d3c7bb09d5a30b26a8bf62a9be492a..57559da8b5b6f450f1346a880e1ff1430b57aa3c 100644
(file)
--- a/
games-emulation/yabause/yabause-0.9.14.ebuild
+++ b/
games-emulation/yabause/yabause-0.9.14.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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() {