diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ddrmat/ddrmat-0.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/ddrmat/ddrmat-0.12.ebuild b/games-arcade/ddrmat/ddrmat-0.12.ebuild index 6e40c057e4c9..58298dbd4ed7 100644 --- a/games-arcade/ddrmat/ddrmat-0.12.ebuild +++ b/games-arcade/ddrmat/ddrmat-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.2 2004/10/14 20:13:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.3 2005/02/06 20:30:53 vapier Exp $ DESCRIPTION="Kernel module for parallel port Playstation joystick (i.e. DDR mats) adapters" HOMEPAGE="http://www.icculus.org/pyddr/" @@ -8,13 +8,13 @@ SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="" DEPEND="virtual/linux-sources" src_compile() { - emake || die "emake failed" + env -u ARCH emake || die "emake failed" } src_install() { |