From fa6bc492a6df5432ee8b56c7cbe9dc1a416b09b7 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 19 Apr 2007 22:32:10 +0000 Subject: stable for x86 (Portage version: 2.1.2.2) --- games-util/joystick/joystick-20060731.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'games-util/joystick') 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() { -- cgit v1.2.3-65-gdbad