summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-03-09 04:44:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-03-09 04:44:30 +0000
commit7a22e78141e3657e62cd221dfa47829ff09e6ec1 (patch)
tree7fe75ea6947dfc781d734b1550cecf5bec439b30 /games-emulation/gngb
parentGet the LDPATH right, bug #307867 (diff)
downloadgentoo-2-7a22e78141e3657e62cd221dfa47829ff09e6ec1.tar.gz
gentoo-2-7a22e78141e3657e62cd221dfa47829ff09e6ec1.tar.bz2
gentoo-2-7a22e78141e3657e62cd221dfa47829ff09e6ec1.zip
add use flags for libsdl
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-emulation/gngb')
-rw-r--r--games-emulation/gngb/ChangeLog5
-rw-r--r--games-emulation/gngb/gngb-20060309.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/gngb/ChangeLog b/games-emulation/gngb/ChangeLog
index aa27a632686e..1bb097f77fb1 100644
--- a/games-emulation/gngb/ChangeLog
+++ b/games-emulation/gngb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/gngb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.11 2010/01/03 11:50:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/ChangeLog,v 1.12 2010/03/09 04:44:30 mr_bones_ Exp $
+
+ 09 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> gngb-20060309.ebuild:
+ add use flags for libsdl
03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gngb-20060309.ebuild:
Transfer Prefix keywords
diff --git a/games-emulation/gngb/gngb-20060309.ebuild b/games-emulation/gngb/gngb-20060309.ebuild
index b206c03bf9d9..5e68024c7034 100644
--- a/games-emulation/gngb/gngb-20060309.ebuild
+++ b/games-emulation/gngb/gngb-20060309.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.3 2010/01/03 11:50:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngb/gngb-20060309.ebuild,v 1.4 2010/03/09 04:44:30 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="opengl"
-DEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl[audio,joystick,video]
sys-libs/zlib
app-arch/bzip2
opengl? ( virtual/opengl )"