summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 21:31:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 21:31:19 +0000
commit88b7cabcb7d227acd39b89e589b95fbd163f1e1d (patch)
tree1df197f731754dffbdd5b0f241b359e8ab57d90c /games-roguelike
parentdocumentation syntax fixed (diff)
downloadgentoo-2-88b7cabcb7d227acd39b89e589b95fbd163f1e1d.tar.gz
gentoo-2-88b7cabcb7d227acd39b89e589b95fbd163f1e1d.tar.bz2
gentoo-2-88b7cabcb7d227acd39b89e589b95fbd163f1e1d.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/hengband/hengband-1.6.2-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
index 98807682ac2a..d766389eb873 100644
--- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
+++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.6 2010/10/28 11:12:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.7 2015/01/04 21:31:19 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils autotools games
DESCRIPTION="An Angband variant, with a Japanese/fantasy theme"
@@ -29,12 +29,13 @@ src_prepare() {
-e 's|root\.|root:|' lib/*/Makefile.in \
|| die
sed -i \
- -e 's:/games/:/:g' configure \
+ -e 's:/games/:/:g' configure.in \
|| die
epatch \
"../${P}"-mispellings.patch \
"${FILESDIR}/${P}"-added_faq.patch \
"${FILESDIR}"/${P}-ovflfix.patch
+ mv configure.in configure.ac || die
eautoreconf
}