Skip to content

Commit

Permalink
EAPI=5; minor tidying
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
Michael Sterrett committed Dec 18, 2015
1 parent b3b0595 commit 5136382
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions games-action/bomberclone/bomberclone-0.11.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=5
inherit eutils autotools games

DESCRIPTION="BomberMan clone with network game support"
Expand All @@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~mips ppc ppc64 x86"
IUSE="X"

DEPEND=">=media-libs/libsdl-1.1.0
DEPEND=">=media-libs/libsdl-1.1.0[video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[mod]
X? ( x11-libs/libXt )"
Expand All @@ -24,6 +24,7 @@ src_prepare() {
ecvs_clean
epatch "${FILESDIR}"/${P}-underlink.patch \
"${FILESDIR}"/${P}-gcc52.patch
mv configure.{in,ac} || die
eautoreconf
}

Expand All @@ -33,8 +34,7 @@ src_configure() {
--datadir="${GAMES_DATADIR_BASE}"
sed -i \
-e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:${GAMES_DATADIR}/:" \
config.h \
|| die
config.h || die
}

src_install() {
Expand Down

0 comments on commit 5136382

Please sign in to comment.