diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-28 23:23:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-28 23:23:26 +0000 |
commit | 4976bdbbe3fdcb22a824d656d4434ef9edeb9757 (patch) | |
tree | ce2d5751514e07aa0cd1457a8b9993e021efd727 /games-puzzle | |
parent | Cleared up the CRLF vs. LF mess in the CVS patch. Updated Copyright header. (... (diff) | |
download | gentoo-2-4976bdbbe3fdcb22a824d656d4434ef9edeb9757.tar.gz gentoo-2-4976bdbbe3fdcb22a824d656d4434ef9edeb9757.tar.bz2 gentoo-2-4976bdbbe3fdcb22a824d656d4434ef9edeb9757.zip |
fix use invocation
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild index b5a52248d488..3a0ac9a731dc 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2.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-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.8 2004/06/24 23:07:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.9 2004/06/28 23:23:26 mr_bones_ Exp $ inherit flag-o-matic games @@ -25,7 +25,7 @@ src_compile() { replace-flags -march=k6 -march=i586 local makeopts="X11_PATH=/usr/X11R6 RO_GAME_DIR=${GAMES_DATADIR}/${PN} RW_GAME_DIR=${GAMES_STATEDIR}/${PN}" - if use X || [ -z "$(use X)$(use sdl)" ] ; then + if use X || ! use sdl ; then make clean || die make ${makeopts} OPTIONS="${CFLAGS}" x11 || die mv mirrormagic{,.x11} |