diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-10 04:20:39 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-10 04:20:39 +0000 |
commit | f32bb843dc21e3c0881fa096f3486a51a880654a (patch) | |
tree | 47ae03a36e1835d3b606860d14d3a879316d0e0e /games-util/joystick | |
parent | Version bump. (diff) | |
download | gentoo-2-f32bb843dc21e3c0881fa096f3486a51a880654a.tar.gz gentoo-2-f32bb843dc21e3c0881fa096f3486a51a880654a.tar.bz2 gentoo-2-f32bb843dc21e3c0881fa096f3486a51a880654a.zip |
Build inputattach. I need it for LTSP.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'games-util/joystick')
-rw-r--r-- | games-util/joystick/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/joystick/joystick-20060731.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog index 7c0811c635d6..141bb1698d52 100644 --- a/games-util/joystick/ChangeLog +++ b/games-util/joystick/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/joystick # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.4 2006/07/31 04:51:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.5 2006/10/10 04:20:39 dberkholz Exp $ + + 10 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; + joystick-20060731.ebuild: + Build inputattach. I need it for LTSP. *joystick-20060731 (31 Jul 2006) diff --git a/games-util/joystick/joystick-20060731.ebuild b/games-util/joystick/joystick-20060731.ebuild index e690b0b69b92..28f40c63093f 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.1 2006/07/31 04:51:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-20060731.ebuild,v 1.2 2006/10/10 04:20:39 dberkholz Exp $ inherit eutils @@ -27,7 +27,8 @@ src_unpack() { src_compile() { local SDL use sdl && SDL=1 || SDL=0 - emake SDL=${SDL} || die + emake SDL=${SDL} || die "emake failed" + emake inputattach || die "inputattach failed" } src_install() { |