diff options
author | 2009-11-24 03:26:28 +0000 | |
---|---|---|
committer | 2009-11-24 03:26:28 +0000 | |
commit | 1df8961755c14e84914de49607595bc2d7688a5a (patch) | |
tree | c5c92520527d598a2c41ffe52c72bcebc02d3529 /games-arcade/bomns | |
parent | Stable for HPPA (bug #293853). (diff) | |
download | gentoo-2-1df8961755c14e84914de49607595bc2d7688a5a.tar.gz gentoo-2-1df8961755c14e84914de49607595bc2d7688a5a.tar.bz2 gentoo-2-1df8961755c14e84914de49607595bc2d7688a5a.zip |
add use dep for libsdl
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/bomns')
-rw-r--r-- | games-arcade/bomns/bomns-0.99.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/bomns/bomns-0.99.2.ebuild b/games-arcade/bomns/bomns-0.99.2.ebuild index 5f42443df607..7a623b6f9d17 100644 --- a/games-arcade/bomns/bomns-0.99.2.ebuild +++ b/games-arcade/bomns/bomns-0.99.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild,v 1.1 2009/10/14 20:12:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild,v 1.2 2009/11/24 03:26:28 mr_bones_ Exp $ EAPI=2 inherit autotools flag-o-matic games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="gtk editor" -DEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl[video] media-libs/sdl-mixer gtk? ( x11-libs/gtk+:2 )" |