commit:     247179202716872cf748e474bb1286de12f27788
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 16:03:00 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 16:03:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24717920

add use deps for libsdl; tidy

Package-Manager: portage-2.2.20.1

 games-puzzle/fbg/fbg-0.9-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/fbg/fbg-0.9-r1.ebuild 
b/games-puzzle/fbg/fbg-0.9-r1.ebuild
index d409745..47b2a2a 100644
--- a/games-puzzle/fbg/fbg-0.9-r1.ebuild
+++ b/games-puzzle/fbg/fbg-0.9-r1.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
+
 EAPI=5
 inherit eutils games
 
@@ -16,17 +17,16 @@ IUSE=""
 DEPEND="virtual/opengl
        virtual/glu
        dev-games/physfs
-       media-libs/libsdl
+       media-libs/libsdl[opengl,video]
        media-libs/libmikmod
        x11-libs/libXt"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
 
 src_prepare() {
        sed -i \
                -e "/FBGDATADIR=/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" \
                -e '/^datadir=/d' \
-               configure \
-               || die "sed failed"
+               configure || die
 }
 
 src_configure() {

Reply via email to