diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:18:17 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:18:17 -0500 |
commit | 95e709c8350032e63398dec28f6707481b8c4cdb (patch) | |
tree | 495aa4fe6899d54ecea738aa4e26fe4c22ba76bb /games-action/poopmup | |
parent | EAPI=5; minor tidying (diff) | |
download | gentoo-95e709c8350032e63398dec28f6707481b8c4cdb.tar.gz gentoo-95e709c8350032e63398dec28f6707481b8c4cdb.tar.bz2 gentoo-95e709c8350032e63398dec28f6707481b8c4cdb.zip |
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-action/poopmup')
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 8 |
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 \ |