summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 21:08:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 21:08:25 +0000
commit1ffedd6c80da2c3b34214db8eb7759cfffbc537e (patch)
treec1931e80d30941e9f2c341ca43cd88c66d9197cc /games-simulation/searchandrescue
parentFinally killed eclipse-sdk-bin (diff)
downloadgentoo-2-1ffedd6c80da2c3b34214db8eb7759cfffbc537e.tar.gz
gentoo-2-1ffedd6c80da2c3b34214db8eb7759cfffbc537e.tar.bz2
gentoo-2-1ffedd6c80da2c3b34214db8eb7759cfffbc537e.zip
Fix use invocation
Diffstat (limited to 'games-simulation/searchandrescue')
-rw-r--r--games-simulation/searchandrescue/ChangeLog6
-rw-r--r--games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/searchandrescue/ChangeLog b/games-simulation/searchandrescue/ChangeLog
index 08d7f83d4ae8..f68d8f3d366a 100644
--- a/games-simulation/searchandrescue/ChangeLog
+++ b/games-simulation/searchandrescue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/searchandrescue
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.3 2004/02/11 15:29:15 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.4 2004/06/03 21:05:42 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+ searchandrescue-0.8.1.ebuild:
+ Fix use invocation
11 Feb 2004; David Holm <dholm@gentoo.org> searchandrescue-0.8.1.ebuild:
Added to ~ppc.
diff --git a/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild b/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild
index ed8d3b241c29..733b440f4c25 100644
--- a/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild
+++ b/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild,v 1.3 2004/02/29 21:15:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild,v 1.4 2004/06/03 21:05:42 agriffis Exp $
inherit games
@@ -33,7 +33,7 @@ src_unpack() {
src_compile() {
local myjoyconf
- [ `use joystick` ] \
+ use joystick \
&& myjoyconf="--enable=joystick" \
|| myjoyconf="--disable=joystick"
./configure \