diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-22 18:50:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-22 18:50:52 +0000 |
commit | 4a64a506f2c27a943e8a68daab5314b3d1cfc69c (patch) | |
tree | 11d7330c66103384165599c658a767c53c758e3d /games-arcade/supertux/supertux-0.1.3.ebuild | |
parent | As it was suggested by PaX Team in bug #246045 die was bad idea. So merely wa... (diff) | |
download | gentoo-2-4a64a506f2c27a943e8a68daab5314b3d1cfc69c.tar.gz gentoo-2-4a64a506f2c27a943e8a68daab5314b3d1cfc69c.tar.bz2 gentoo-2-4a64a506f2c27a943e8a68daab5314b3d1cfc69c.zip |
transition to the non-no* use flags in libsdl
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-arcade/supertux/supertux-0.1.3.ebuild')
-rw-r--r-- | games-arcade/supertux/supertux-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild index 51777e0603eb..7fdf091c6a3c 100644 --- a/games-arcade/supertux/supertux-0.1.3.ebuild +++ b/games-arcade/supertux/supertux-0.1.3.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/supertux/supertux-0.1.3.ebuild,v 1.12 2009/01/09 21:07:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.13 2009/01/22 18:50:52 mr_bones_ Exp $ EAPI=2 GAMES_USE_SDL="nojoystick" #bug #100372 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="opengl" -DEPEND="media-libs/libsdl +DEPEND="|| ( media-libs/libsdl[joystick] <media-libs/libsdl-1.2.13-r1 ) media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mikmod,vorbis] x11-libs/libXt" |