diff options
Diffstat (limited to 'games-arcade/jvgs/jvgs-0.5.ebuild')
-rw-r--r-- | games-arcade/jvgs/jvgs-0.5.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games-arcade/jvgs/jvgs-0.5.ebuild b/games-arcade/jvgs/jvgs-0.5.ebuild index d53c882b314d..e621f1b45192 100644 --- a/games-arcade/jvgs/jvgs-0.5.ebuild +++ b/games-arcade/jvgs/jvgs-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,10 +24,7 @@ DEPEND="${RDEPEND} dev-lang/swig" S=${WORKDIR}/${P}-src - -src_prepare() { - epatch "${FILESDIR}"/${P}-flags.patch -} +PATCHES=( "${FILESDIR}"/${P}-flags.patch ) src_configure() { cmake-utils_src_configure |