summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-01-29 21:28:01 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-01-29 21:28:01 +0000
commitbfc26b494a67fc4665a0f2dd05209a341b0fe9cb (patch)
tree263052d95be992335822aed3eb0096f69f889d55 /games-board/xmille
parentVersion bump, release fixes security problems, bug #120343 (diff)
downloadhistorical-bfc26b494a67fc4665a0f2dd05209a341b0fe9cb.tar.gz
historical-bfc26b494a67fc4665a0f2dd05209a341b0fe9cb.tar.bz2
historical-bfc26b494a67fc4665a0f2dd05209a341b0fe9cb.zip
Fix category's dependencies for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'games-board/xmille')
-rw-r--r--games-board/xmille/ChangeLog6
-rw-r--r--games-board/xmille/xmille-2.0-r1.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/games-board/xmille/ChangeLog b/games-board/xmille/ChangeLog
index 2ea4540d1320..6573442f2ec4 100644
--- a/games-board/xmille/ChangeLog
+++ b/games-board/xmille/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/xmille
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/ChangeLog,v 1.7 2006/01/09 06:03:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/ChangeLog,v 1.8 2006/01/29 21:28:01 joshuabaergen Exp $
+
+ 29 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ xmille-2.0-r1.ebuild:
+ Add modular X dependencies.
09 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> xmille-2.0-r1.ebuild:
tidy; debian patch bump
diff --git a/games-board/xmille/xmille-2.0-r1.ebuild b/games-board/xmille/xmille-2.0-r1.ebuild
index 973d4f071161..353543f26f37 100644
--- a/games-board/xmille/xmille-2.0-r1.ebuild
+++ b/games-board/xmille/xmille-2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0-r1.ebuild,v 1.8 2006/01/09 06:03:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0-r1.ebuild,v 1.9 2006/01/29 21:28:01 joshuabaergen Exp $
inherit eutils games
@@ -15,7 +15,11 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-DEPEND="virtual/x11"
+RDEPEND="|| ( x11-libs/libXext virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( ( app-text/rman
+ x11-misc/imake )
+ virtual/x11 )"
S=${WORKDIR}/${P}.orig