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 | fe9b3597e9294ceee1d42be7c80a4e8a2dd520e2 (patch) | |
tree | b42fd26db3b7ec286d7a2bbf5ed32bdfd32183f9 /games-puzzle/mirrormagic | |
parent | fix use invocation (diff) | |
download | historical-fe9b3597e9294ceee1d42be7c80a4e8a2dd520e2.tar.gz historical-fe9b3597e9294ceee1d42be7c80a4e8a2dd520e2.tar.bz2 historical-fe9b3597e9294ceee1d42be7c80a4e8a2dd520e2.zip |
fix use invocation
Diffstat (limited to 'games-puzzle/mirrormagic')
-rw-r--r-- | games-puzzle/mirrormagic/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/mirrormagic/Manifest b/games-puzzle/mirrormagic/Manifest index 3168bfac4e6b..61fa9dfeee86 100644 --- a/games-puzzle/mirrormagic/Manifest +++ b/games-puzzle/mirrormagic/Manifest @@ -1,4 +1,4 @@ MD5 f57cb460626bf872a793c560884ccb98 ChangeLog 535 -MD5 8440f72d423ee3eb7c7212306e4c92d7 mirrormagic-2.0.2.ebuild 1330 +MD5 41e2fb4dce741a6e2fcec7b29f88bca2 mirrormagic-2.0.2.ebuild 1313 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 e164643d1c4780689578a96706b24b50 files/digest-mirrormagic-2.0.2 70 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} |