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/abe/
Date: Fri, 18 Dec 2015 10:14:05
Message-Id: 1450430811.16511ea714c6b0e9f38f5dd9bbda01fff65a6a4d.mr_bones_@gentoo
1 commit: 16511ea714c6b0e9f38f5dd9bbda01fff65a6a4d
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 09:26:51 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 09:26:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16511ea7
7
8 EAPI=5; minor tidying
9
10 Package-Manager: portage-2.2.24
11
12 games-arcade/abe/abe-1.1.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/games-arcade/abe/abe-1.1.ebuild b/games-arcade/abe/abe-1.1.ebuild
16 index cfb65f4..42488fd 100644
17 --- a/games-arcade/abe/abe-1.1.ebuild
18 +++ b/games-arcade/abe/abe-1.1.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="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
28 @@ -14,10 +14,10 @@ SLOT="0"
29 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
30 IUSE=""
31
32 -DEPEND="media-libs/libsdl
33 +DEPEND="media-libs/libsdl[sound,video]
34 x11-libs/libXi
35 media-libs/sdl-mixer[vorbis]"
36 -RDEPEND="${DEPEND}"
37 +RDEPEND=${DEPEND}
38
39 src_unpack() {
40 unpack ${A}
41 @@ -29,8 +29,7 @@ src_prepare() {
42 sed -i \
43 -e "/^TR_CFLAGS/d" \
44 -e "/^TR_CXXFLAGS/d" \
45 - configure \
46 - || die "sed failed"
47 + configure || die
48 epatch "${FILESDIR}"/${P}-settings.patch
49 }