summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-12-18 04:10:27 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2015-12-18 04:10:27 -0500
commit4ee3ac5d6568b91bd8e9e3cb4b5c127f2580b5e1 (patch)
tree138375984a5c4940d3573f3a098e9a5ede1c56f3 /games-action/formido
parentEAPI=5; minor tidying (diff)
downloadgentoo-4ee3ac5d6568b91bd8e9e3cb4b5c127f2580b5e1.tar.gz
gentoo-4ee3ac5d6568b91bd8e9e3cb4b5c127f2580b5e1.tar.bz2
gentoo-4ee3ac5d6568b91bd8e9e3cb4b5c127f2580b5e1.zip
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-action/formido')
-rw-r--r--games-action/formido/formido-1.0.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-action/formido/formido-1.0.1.ebuild b/games-action/formido/formido-1.0.1.ebuild
index 4413b2482dbf..c1943ecac07f 100644
--- a/games-action/formido/formido-1.0.1.ebuild
+++ b/games-action/formido/formido-1.0.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+
+EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="A shooting game in the spirit of Phobia games"
@@ -14,10 +15,10 @@ SLOT=0
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-image
media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
src_unpack() {
unpack ${P}.tar.gz
@@ -32,8 +33,7 @@ src_prepare() {
-e "/^LINKFLAGS=/s:=.*:=${LDFLAGS}:" \
-e "s:\${DATDIR}:${GAMES_DATADIR}/${PN}/data:" \
-e "s:\${DEFCONFIGDIR}:${GAMES_DATADIR}/${PN}:" \
- Makefile \
- || die "sed failed"
+ Makefile || die
}
src_install() {