diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-09 21:14:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-09 21:14:22 +0000 |
commit | c5a90e3e941c3377cf95399c346e81940893d5e0 (patch) | |
tree | 99afa0fdd9f72e0d9ae12f74d5eee21c5be6cc87 /games-puzzle/mirrormagic | |
parent | upstream planeshift sucks and hasnt released linux support yet (Manifest reco... (diff) | |
download | gentoo-2-c5a90e3e941c3377cf95399c346e81940893d5e0.tar.gz gentoo-2-c5a90e3e941c3377cf95399c346e81940893d5e0.tar.bz2 gentoo-2-c5a90e3e941c3377cf95399c346e81940893d5e0.zip |
remove ugly || ( )
Diffstat (limited to 'games-puzzle/mirrormagic')
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild index 14538a0ec93a..5db64b151d69 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.12 2004/12/28 16:08:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.13 2005/01/09 21:14:22 vapier Exp $ inherit flag-o-matic games @@ -14,12 +14,12 @@ KEYWORDS="x86 ~amd64 ppc" IUSE="X sdl" DEPEND="virtual/libc - || ( - X? ( virtual/x11 ) - sdl? ( >=media-libs/libsdl-1.1 - >=media-libs/sdl-mixer-1.2.4 - >=media-libs/sdl-image-1.2.2 ) - virtual/x11 )" + X? ( virtual/x11 ) + sdl? ( + >=media-libs/libsdl-1.1 + >=media-libs/sdl-mixer-1.2.4 + >=media-libs/sdl-image-1.2.2 + )" src_compile() { replace-flags -march=k6 -march=i586 |