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 | d682868e52667e3eb971da247fbb6b15f335f2f5 (patch) | |
tree | d40bf269264d932ccdf6914937a56873eb8a6f42 /games-strategy/xscorch | |
parent | backported permission-change code to stable ebuild (diff) | |
download | gentoo-2-d682868e52667e3eb971da247fbb6b15f335f2f5.tar.gz gentoo-2-d682868e52667e3eb971da247fbb6b15f335f2f5.tar.bz2 gentoo-2-d682868e52667e3eb971da247fbb6b15f335f2f5.zip |
die backticks
(Portage version: 2.0.53)
Diffstat (limited to 'games-strategy/xscorch')
-rw-r--r-- | games-strategy/xscorch/xscorch-0.1.16_rc2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/xscorch/xscorch-0.1.16_rc2.ebuild b/games-strategy/xscorch/xscorch-0.1.16_rc2.ebuild index 210359722382..4f2d05529768 100644 --- a/games-strategy/xscorch/xscorch-0.1.16_rc2.ebuild +++ b/games-strategy/xscorch/xscorch-0.1.16_rc2.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/xscorch/xscorch-0.1.16_rc2.ebuild,v 1.5 2004/06/24 23:30:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xscorch/xscorch-0.1.16_rc2.ebuild,v 1.6 2006/01/11 21:34:29 mr_bones_ Exp $ inherit eutils games @@ -47,8 +47,8 @@ src_compile() { egamesconf \ --enable-network \ --with-readline=maybe \ - `use_with gtk` \ - `use_with gnome` \ + $(use_with gtk) \ + $(use_with gnome) \ ${myconf} \ || die emake || die "emake failed" |