* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/fbg/
@ 2015-09-24 16:03 Michael Sterrett
0 siblings, 0 replies; only message in thread
From: Michael Sterrett @ 2015-09-24 16:03 UTC (permalink / raw
To: gentoo-commits
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() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-24 16:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 16:03 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/fbg/ Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox