From 8be6dca8765ce0873373b4ef307e280723c0fcce Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 18 Dec 2015 04:23:26 -0500 Subject: EAPI=5; minor tidying Package-Manager: portage-2.2.24 --- games-action/wordwarvi/wordwarvi-1.00.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'games-action') diff --git a/games-action/wordwarvi/wordwarvi-1.00.ebuild b/games-action/wordwarvi/wordwarvi-1.00.ebuild index 0ef897387f76..38eae15bce1e 100644 --- a/games-action/wordwarvi/wordwarvi-1.00.ebuild +++ b/games-action/wordwarvi/wordwarvi-1.00.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils games DESCRIPTION="A retro side-scrolling shoot'em up based on the editor war story" @@ -24,12 +24,10 @@ src_prepare() { epatch "${FILESDIR}"/${P}-sound.patch sed -i \ -e "/^WITHAUDIO/s/yes/$(use portaudio && echo yes || echo no)/" \ - Makefile \ - || die "sed failed" + Makefile || die sed -i \ -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \ - wwviaudio.c \ - || die "sed failed" + wwviaudio.c || die } src_compile() { -- cgit v1.2.3-65-gdbad