Skip to content

Commit

Permalink
EAPI=5; minor tidying
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
Michael Sterrett committed Dec 18, 2015
1 parent ea3e84f commit 95e709c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions games-action/poopmup/poopmup-1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 \
Expand Down

0 comments on commit 95e709c

Please sign in to comment.