diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-23 01:02:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-23 01:02:56 +0000 |
commit | 5be093016594564423bc069d5a25ab913bb30155 (patch) | |
tree | 8f42c4faa1e3633eac7b909bfe59254824891fca /games-arcade | |
parent | Add a readline-4.x ebuild for the ABI lib only. (diff) | |
download | gentoo-2-5be093016594564423bc069d5a25ab913bb30155.tar.gz gentoo-2-5be093016594564423bc069d5a25ab913bb30155.tar.bz2 gentoo-2-5be093016594564423bc069d5a25ab913bb30155.zip |
remove GAMES_USE_SDL; now handled by use-based deps
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/supertux/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.1.3.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index 1297f73590da..792fcf61e77b 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.32 2009/01/22 18:50:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.33 2009/02/23 01:02:56 mr_bones_ Exp $ + + 23 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> + supertux-0.1.3.ebuild: + remove GAMES_USE_SDL; now handled by use-based deps 22 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 7fdf091c6a3c..2759e5eee40f 100644 --- a/games-arcade/supertux/supertux-0.1.3.ebuild +++ b/games-arcade/supertux/supertux-0.1.3.ebuild @@ -1,9 +1,8 @@ # 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.13 2009/01/22 18:50:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.14 2009/02/23 01:02:56 mr_bones_ Exp $ EAPI=2 -GAMES_USE_SDL="nojoystick" #bug #100372 inherit eutils games DESCRIPTION="A game similar to Super Mario Bros." @@ -15,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="opengl" -DEPEND="|| ( media-libs/libsdl[joystick] <media-libs/libsdl-1.2.13-r1 ) +DEPEND="media-libs/libsdl[joystick] media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mikmod,vorbis] x11-libs/libXt" |