diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-11 21:34:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-11 21:34:29 +0000 |
commit | 7234352a961a1fb5ce64463ffdcf39d02a50443c (patch) | |
tree | e379b8a6654d32f9eb2e53caf7db57baced405d2 /games-strategy/xarchon | |
parent | Require the SimpleXML extension, partially fixes bug 118674. (diff) | |
download | historical-7234352a961a1fb5ce64463ffdcf39d02a50443c.tar.gz historical-7234352a961a1fb5ce64463ffdcf39d02a50443c.tar.bz2 historical-7234352a961a1fb5ce64463ffdcf39d02a50443c.zip |
die backticks
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-strategy/xarchon')
-rw-r--r-- | games-strategy/xarchon/xarchon-0.50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/xarchon/xarchon-0.50.ebuild b/games-strategy/xarchon/xarchon-0.50.ebuild index b19b7942160b..37738af9b702 100644 --- a/games-strategy/xarchon/xarchon-0.50.ebuild +++ b/games-strategy/xarchon/xarchon-0.50.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-strategy/xarchon/xarchon-0.50.ebuild,v 1.5 2004/06/24 23:30:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.50.ebuild,v 1.6 2006/01/11 21:34:29 mr_bones_ Exp $ inherit games @@ -25,7 +25,7 @@ src_compile() { || mysndconf="--disable-sound" egamesconf \ --enable-network \ - `use_enable joystick` \ + $(use_enable joystick) \ ${mysndconf} \ || die emake || die |