commit: 4568fa23add983fddf2d05615d79adb90083c468
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:27:25 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:27:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4568fa23
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
index 4264a02..f65a9c4 100644
--- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
+++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit autotools games
DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
@@ -23,8 +23,7 @@ src_prepare() {
-e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
-e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
-e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
- src/Makefile.am \
- || die
+ src/Makefile.am || die
eautoreconf
}