commit: 16511ea714c6b0e9f38f5dd9bbda01fff65a6a4d
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:26:51 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:26:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16511ea7
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
games-arcade/abe/abe-1.1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/games-arcade/abe/abe-1.1.ebuild b/games-arcade/abe/abe-1.1.ebuild
index cfb65f4..42488fd 100644
--- a/games-arcade/abe/abe-1.1.ebuild
+++ b/games-arcade/abe/abe-1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid
exploring game"
@@ -14,10 +14,10 @@ SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE=""
-DEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl[sound,video]
x11-libs/libXi
media-libs/sdl-mixer[vorbis]"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
src_unpack() {
unpack ${A}
@@ -29,8 +29,7 @@ src_prepare() {
sed -i \
-e "/^TR_CFLAGS/d" \
-e "/^TR_CXXFLAGS/d" \
- configure \
- || die "sed failed"
+ configure || die
epatch "${FILESDIR}"/${P}-settings.patch
}