diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:14:25 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:14:25 -0500 |
commit | db024ad7232fe67ead5f6bd3d0ffb646f65fb3c5 (patch) | |
tree | e3e0af4709894d1ae22573f6a229d32a866e1a06 /games-action | |
parent | EAPI=5; minor tidying (diff) | |
download | gentoo-db024ad7232fe67ead5f6bd3d0ffb646f65fb3c5.tar.gz gentoo-db024ad7232fe67ead5f6bd3d0ffb646f65fb3c5.tar.bz2 gentoo-db024ad7232fe67ead5f6bd3d0ffb646f65fb3c5.zip |
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/heroes/heroes-0.21-r1.ebuild | 5 |
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 } |