diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-12 15:54:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-12 15:54:35 +0000 |
commit | f85aec960ed469ecfb6c054b3c17284e9d409501 (patch) | |
tree | d273583df8ec1525ec0bf9d2519432387b63e038 /games-arcade | |
parent | sparc stable wrt #338997 (diff) | |
download | gentoo-2-f85aec960ed469ecfb6c054b3c17284e9d409501.tar.gz gentoo-2-f85aec960ed469ecfb6c054b3c17284e9d409501.tar.bz2 gentoo-2-f85aec960ed469ecfb6c054b3c17284e9d409501.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/gav/gav-0.9.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-arcade/gav/gav-0.9.0.ebuild b/games-arcade/gav/gav-0.9.0.ebuild index 7e13c620703a..c02654c8a05a 100644 --- a/games-arcade/gav/gav-0.9.0.ebuild +++ b/games-arcade/gav/gav-0.9.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild,v 1.4 2010/10/12 13:16:59 tupone Exp $ -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.9.0.ebuild,v 1.5 2010/10/12 15:54:35 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="GPL Arcade Volleyball" @@ -22,10 +22,9 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="media-libs/sdl-image +DEPEND="media-libs/sdl-image[jpeg,png] media-libs/sdl-net - media-libs/libsdl" -DEPEND="${RDEPEND}" + media-libs/libsdl[joystick,video]" src_prepare() { local d |