summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-01-13 22:08:59 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-01-13 22:08:59 +0000
commita1af08b28e054a5b7ec37758befc7ab59a1a55c8 (patch)
tree3180778d3a2fa66627ef08432a26fe522376afc3 /games-action/bomberclone
parentmarking sparc x86 stable (diff)
downloadgentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.tar.gz
gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.tar.bz2
gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.zip
Add modular depends
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-action/bomberclone')
-rw-r--r--games-action/bomberclone/ChangeLog8
-rw-r--r--games-action/bomberclone/bomberclone-0.11.6.2.ebuild16
2 files changed, 17 insertions, 7 deletions
diff --git a/games-action/bomberclone/ChangeLog b/games-action/bomberclone/ChangeLog
index 547b9245842c..5d006b4e5e47 100644
--- a/games-action/bomberclone/ChangeLog
+++ b/games-action/bomberclone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/bomberclone
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.18 2005/10/03 19:48:25 corsair Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.19 2006/01/13 22:08:31 genstef Exp $
+
+ 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org>
+ bomberclone-0.11.6.2.ebuild:
+ Add modular depends
03 Oct 2005; Markus Rothe <corsair@gentoo.org>
bomberclone-0.11.6.2.ebuild:
diff --git a/games-action/bomberclone/bomberclone-0.11.6.2.ebuild b/games-action/bomberclone/bomberclone-0.11.6.2.ebuild
index f9119faf7440..9ddfba7ffc86 100644
--- a/games-action/bomberclone/bomberclone-0.11.6.2.ebuild
+++ b/games-action/bomberclone/bomberclone-0.11.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.11.6.2.ebuild,v 1.4 2005/10/03 19:48:25 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.11.6.2.ebuild,v 1.5 2006/01/13 22:08:31 genstef Exp $
inherit eutils games
@@ -13,12 +13,18 @@ SLOT="0"
KEYWORDS="amd64 ~mips ppc ppc64 x86"
IUSE="X"
-DEPEND="virtual/libc
- X? ( virtual/x11 )
- >=media-libs/libsdl-1.1.0
+RDEPEND=">=media-libs/libsdl-1.1.0
media-libs/sdl-image
media-libs/sdl-mixer"
+DEPEND="${RDEPEND}
+ X? (
+ || (
+ x11-libs/libXt
+ virtual/x11
+ )
+ )"
+
src_compile() {
egamesconf \
--disable-dependency-tracking \