diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-19 22:32:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-19 22:32:10 +0000 |
commit | fa6bc492a6df5432ee8b56c7cbe9dc1a416b09b7 (patch) | |
tree | 6097d004c8f2bd647541ace1526e72974275a9ed /games-util/joystick | |
parent | Fix linking with iconv, see bug #175259. (diff) | |
download | gentoo-2-fa6bc492a6df5432ee8b56c7cbe9dc1a416b09b7.tar.gz gentoo-2-fa6bc492a6df5432ee8b56c7cbe9dc1a416b09b7.tar.bz2 gentoo-2-fa6bc492a6df5432ee8b56c7cbe9dc1a416b09b7.zip |
stable for x86
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-util/joystick')
-rw-r--r-- | games-util/joystick/joystick-20060731.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-util/joystick/joystick-20060731.ebuild b/games-util/joystick/joystick-20060731.ebuild index 28f40c63093f..f67521de7d00 100644 --- a/games-util/joystick/joystick-20060731.ebuild +++ b/games-util/joystick/joystick-20060731.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20060731.ebuild,v 1.2 2006/10/10 04:20:39 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20060731.ebuild,v 1.3 2007/04/19 22:32:10 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="sdl" DEPEND="sdl? ( media-libs/libsdl )" @@ -20,8 +20,9 @@ S=${WORKDIR}/utils src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/joystick-MCS-defines.patch - epatch "${FILESDIR}"/joystick-jstest-segv.patch + epatch \ + "${FILESDIR}"/joystick-MCS-defines.patch \ + "${FILESDIR}"/joystick-jstest-segv.patch } src_compile() { |