diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-22 00:11:40 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-22 00:11:40 -0500 |
commit | bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9 (patch) | |
tree | 0e66c42c9f28319d7a3027e9c689be6d00c878dd /games-arcade/holotz-castle | |
parent | update HOMEPAGE/SRC_URI (diff) | |
download | gentoo-bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9.tar.gz gentoo-bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9.tar.bz2 gentoo-bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9.zip |
use epatch to apply patch
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-arcade/holotz-castle')
-rw-r--r-- | games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild index 2f747c7d07a5..0e83e0023282 100644 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils toolchain-funcs games DESCRIPTION="2D platform game" @@ -20,15 +20,16 @@ RDEPEND="virtual/opengl media-libs/libsdl media-libs/sdl-ttf media-libs/sdl-image" -DEPEND="${RDEPEND}" +DEPEND=${RDEPEND} S=${WORKDIR}/${P}-src -PATCHES=( - "${FILESDIR}"/${P}-build.patch - "${FILESDIR}"/${P}-gcc44.patch - "${FILESDIR}"/${P}-underlink.patch -) +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-gcc44.patch \ + "${FILESDIR}"/${P}-underlink.patch +} src_compile() { tc-export AR |