summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action')
-rw-r--r--games-action/heroes/heroes-0.21-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games-action/heroes/heroes-0.21-r1.ebuild b/games-action/heroes/heroes-0.21-r1.ebuild
index 08774f50a276..77cc3fbcd431 100644
--- a/games-action/heroes/heroes-0.21-r1.ebuild
+++ b/games-action/heroes/heroes-0.21-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils autotools games
data_ver=1.5
@@ -36,8 +36,7 @@ src_prepare() {
"${FILESDIR}/${P}"-underlink.patch \
"${FILESDIR}"/${P}-automake-1.12.patch
sed -i 's:$(localedir):/usr/share/locale:' \
- $(find . -name 'Makefile.in*') \
- || die "sed failed"
+ $(find . -name 'Makefile.in*') || die
eautoreconf
}