Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/balloonchase/
Date: Fri, 18 Dec 2015 10:14:05
Message-Id: 1450430931.f42835e9495c7230f90bff4cdf48b1dad7061a9f.mr_bones_@gentoo
1 commit: f42835e9495c7230f90bff4cdf48b1dad7061a9f
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:28:51 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 09:28:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42835e9
7
8 EAPI=5; minor tidying
9
10 Package-Manager: portage-2.2.24
11
12 games-arcade/balloonchase/balloonchase-0.9.6.ebuild | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
16 index cfc96f8..8f0f79d 100644
17 --- a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
18 +++ b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=4
24 +EAPI=5
25 inherit eutils toolchain-funcs games
26
27 DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen"
28 @@ -14,15 +14,14 @@ SLOT="0"
29 KEYWORDS="amd64 ~ppc ~sparc x86"
30 IUSE=""
31
32 -DEPEND="media-libs/libsdl"
33 -RDEPEND="${DEPEND}"
34 +DEPEND="media-libs/libsdl[video]"
35 +RDEPEND=${DEPEND}
36
37 src_prepare() {
38 epatch "${FILESDIR}"/${PV}-gentoo.patch
39 - sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed"
40 + sed -i "s:g++:$(tc-getCXX):" Makefile || die
41 sed -i \
42 - -e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c \
43 - || die 'sed failed'
44 + -e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c || die
45 }
46
47 src_install() {