diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-24 21:21:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-24 21:21:23 +0000 |
commit | 8460e58cc1fe276ed2a73a1397104d3312317d50 (patch) | |
tree | 26c114ec317c8010d625752d58bc9badfde1b6f0 /games-arcade | |
parent | Giving up maintainership of this package. (diff) | |
download | gentoo-2-8460e58cc1fe276ed2a73a1397104d3312317d50.tar.gz gentoo-2-8460e58cc1fe276ed2a73a1397104d3312317d50.tar.bz2 gentoo-2-8460e58cc1fe276ed2a73a1397104d3312317d50.zip |
add joystick use dep for bug #263553
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/stepmania/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/stepmania/stepmania-3.9.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-arcade/stepmania/ChangeLog b/games-arcade/stepmania/ChangeLog index 92a334e09b78..abbec7021bf7 100644 --- a/games-arcade/stepmania/ChangeLog +++ b/games-arcade/stepmania/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/stepmania # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.27 2009/01/19 19:53:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.28 2009/03/24 21:21:23 mr_bones_ Exp $ + + 24 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> stepmania-3.9.ebuild: + add joystick use dep for bug #263553 19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> stepmania-3.9.ebuild: EAPI=2; add use-based dep diff --git a/games-arcade/stepmania/stepmania-3.9.ebuild b/games-arcade/stepmania/stepmania-3.9.ebuild index 45868e40182a..4a279025a2d0 100644 --- a/games-arcade/stepmania/stepmania-3.9.ebuild +++ b/games-arcade/stepmania/stepmania-3.9.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/stepmania/stepmania-3.9.ebuild,v 1.18 2009/01/19 19:53:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.19 2009/03/24 21:21:23 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -20,10 +20,10 @@ IUSE="debug gtk jpeg mad ffmpeg vorbis force-oss" RESTRICT="test" -RDEPEND="gtk? ( >=x11-libs/gtk+-2 ) +RDEPEND="gtk? ( x11-libs/gtk+:2 ) mad? ( media-libs/libmad ) >=dev-lang/lua-5 - media-libs/libsdl[opengl] + media-libs/libsdl[joystick,opengl] jpeg? ( media-libs/jpeg ) media-libs/libpng ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 ) @@ -40,10 +40,10 @@ src_prepare() { "${FILESDIR}"/${P}-gentoo.patch > "${T}"/gentoo.patch EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patches - epatch "${T}"/gentoo.patch - - epatch "${FILESDIR}/${P}-newffmpeg.diff" - epatch "${FILESDIR}/${P}-newerffmpeg.diff" #Bug 242054 + epatch \ + "${T}"/gentoo.patch \ + "${FILESDIR}/${P}-newffmpeg.diff" \ + "${FILESDIR}/${P}-newerffmpeg.diff" #Bug 242054 AT_M4DIR="autoconf/m4" eautoreconf |