summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-27 09:57:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-27 09:57:04 +0000
commit9da207d6c79e6a76ec11023f8e7c6820084618f3 (patch)
tree24664995278864837b6713047077d8f79a1a61b8 /games-puzzle/mirrormagic
parentuse || to say what we really mean in DEPEND (Manifest recommit) (diff)
downloadgentoo-2-9da207d6c79e6a76ec11023f8e7c6820084618f3.tar.gz
gentoo-2-9da207d6c79e6a76ec11023f8e7c6820084618f3.tar.bz2
gentoo-2-9da207d6c79e6a76ec11023f8e7c6820084618f3.zip
use || in DEPEND to say what we really mean
Diffstat (limited to 'games-puzzle/mirrormagic')
-rw-r--r--games-puzzle/mirrormagic/ChangeLog8
-rw-r--r--games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild16
2 files changed, 15 insertions, 9 deletions
diff --git a/games-puzzle/mirrormagic/ChangeLog b/games-puzzle/mirrormagic/ChangeLog
index 8e3ed6eee715..545ea10fc05a 100644
--- a/games-puzzle/mirrormagic/ChangeLog
+++ b/games-puzzle/mirrormagic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/mirrormagic
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/ChangeLog,v 1.2 2003/09/10 15:46:25 vapier Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/ChangeLog,v 1.3 2004/03/27 09:53:56 mr_bones_ Exp $
+
+ 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ mirrormagic-2.0.2.ebuild:
+ use || in DEPEND to say what we really mean
*mirrormagic-2.0.2 (24 Aug 2003)
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild
index 3af95701f09a..e5f2b7c11c9a 100644
--- a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild
+++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.2 2004/02/20 06:53:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.3 2004/03/27 09:53:56 mr_bones_ Exp $
-inherit games flag-o-matic
+inherit flag-o-matic games
DESCRIPTION="a game like Deflektor (C 64) or Mindbender (Amiga)"
SRC_URI="http://www.artsoft.org/RELEASES/unix/mirrormagic/${P}.tar.gz"
@@ -12,11 +12,13 @@ LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"
-DEPEND="X? ( virtual/x11 )
- sdl? ( >=media-libs/libsdl-1.1
- >=media-libs/sdl-mixer-1.2.4
- >=media-libs/sdl-image-1.2.2 )
- || ( X? ( ) sdl? ( ) virtual/x11 )"
+DEPEND="virtual/glibc
+ || (
+ 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 )"
src_compile() {
replace-flags -march=k6 -march=i586