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 | |
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')
-rw-r--r-- | games-arcade/supertux/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index 2ddcacc00d95..1297f73590da 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/supertux # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.31 2009/01/09 21:07:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.32 2009/01/22 18:50:52 mr_bones_ Exp $ + + 22 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + supertux-0.1.3.ebuild: + transition to the non-no* use flags in libsdl 09 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> supertux-0.1.3.ebuild: 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" |