diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 21:28:01 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 21:28:01 +0000 |
commit | bfc26b494a67fc4665a0f2dd05209a341b0fe9cb (patch) | |
tree | 263052d95be992335822aed3eb0096f69f889d55 /games-board/xgammon/xgammon-0.98.ebuild | |
parent | Version bump, release fixes security problems, bug #120343 (diff) | |
download | historical-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/xgammon/xgammon-0.98.ebuild')
-rw-r--r-- | games-board/xgammon/xgammon-0.98.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games-board/xgammon/xgammon-0.98.ebuild b/games-board/xgammon/xgammon-0.98.ebuild index 505f5a2eb49d..63fbfe2fb3ad 100644 --- a/games-board/xgammon/xgammon-0.98.ebuild +++ b/games-board/xgammon/xgammon-0.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.7 2004/12/22 01:42:52 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.8 2006/01/29 21:28:01 joshuabaergen Exp $ inherit eutils @@ -14,7 +14,11 @@ SLOT="0" KEYWORDS="x86 ppc sparc ~amd64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libXaw virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( app-text/rman + x11-misc/imake ) + virtual/x11 )" src_unpack() { unpack ${A} |