summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-12-18 04:18:17 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-12-18 04:18:17 -0500
commit95e709c8350032e63398dec28f6707481b8c4cdb (patch)
tree495aa4fe6899d54ecea738aa4e26fe4c22ba76bb
parentEAPI=5; minor tidying (diff)
downloadgentoo-95e709c8350032e63398dec28f6707481b8c4cdb.tar.gz
gentoo-95e709c8350032e63398dec28f6707481b8c4cdb.tar.bz2
gentoo-95e709c8350032e63398dec28f6707481b8c4cdb.zip
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
-rw-r--r--games-action/poopmup/poopmup-1.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild
index 480e12749d14..a4f235ced1a2 100644
--- a/games-action/poopmup/poopmup-1.2.ebuild
+++ b/games-action/poopmup/poopmup-1.2.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="You are now free to fly around the city and poop on passers-by"
@@ -26,13 +26,13 @@ S=${WORKDIR}/${PN}
src_prepare() {
sed -i \
-e "s:textures/:${GAMES_DATADIR}/${PN}/:" \
- includes/textureLoader.h || die "sed failed"
+ includes/textureLoader.h || die
sed -i \
-e "s:config/:${GAMES_SYSCONFDIR}/:" \
- myConfig.h || die "sed failed"
+ myConfig.h || die
sed -i \
-e '/clear/d' \
- Makefile || die "sed failed" # bug #120907
+ Makefile || die # bug #120907
epatch \
"${FILESDIR}"/${P}-freeglut.patch \