diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-31 17:08:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-31 17:08:06 +0000 |
commit | 058e15444e3d00843193cb746889b21e8327791e (patch) | |
tree | 8288ed11bd5a16228fcb2bcc9e7f09f2bd57965e /games-action | |
parent | Version bump. (diff) | |
download | gentoo-2-058e15444e3d00843193cb746889b21e8327791e.tar.gz gentoo-2-058e15444e3d00843193cb746889b21e8327791e.tar.bz2 gentoo-2-058e15444e3d00843193cb746889b21e8327791e.zip |
libsdl needs USE=joystick (bug #271992)
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supertuxkart/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.6.1a.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog index 0aaa2e47deb2..4df784c7a9e7 100644 --- a/games-action/supertuxkart/ChangeLog +++ b/games-action/supertuxkart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/supertuxkart # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.11 2009/04/19 16:37:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.12 2009/05/31 17:08:06 mr_bones_ Exp $ + + 31 May 2009; Michael Sterrett <mr_bones_@gentoo.org> + supertuxkart-0.6.1a.ebuild: + libsdl needs USE=joystick (bug #271992) 19 Apr 2009; Markus Meier <maekke@gentoo.org> supertuxkart-0.6.1a: amd64/x86 stable, bug #266695 diff --git a/games-action/supertuxkart/supertuxkart-0.6.1a.ebuild b/games-action/supertuxkart/supertuxkart-0.6.1a.ebuild index 4deaa34bae2f..556ef57349f1 100644 --- a/games-action/supertuxkart/supertuxkart-0.6.1a.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.6.1a.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-action/supertuxkart/supertuxkart-0.6.1a.ebuild,v 1.2 2009/04/19 16:37:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.1a.ebuild,v 1.3 2009/05/31 17:08:06 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -22,7 +22,7 @@ DEPEND=">=media-libs/plib-1.8.4 media-libs/libmikmod media-libs/libvorbis media-libs/openal - media-libs/libsdl" + media-libs/libsdl[joystick]" src_prepare() { sed -i \ |