diff options
-rw-r--r-- | games-strategy/xbattle/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/xbattle/xbattle-5.4.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/xbattle/ChangeLog b/games-strategy/xbattle/ChangeLog index 09436867d605..6635a129b10d 100644 --- a/games-strategy/xbattle/ChangeLog +++ b/games-strategy/xbattle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xbattle # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.5 2006/03/22 04:00:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.6 2006/03/22 04:11:02 wolf31o2 Exp $ + + 22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> xbattle-5.4.1.ebuild: + Added blocker on games-strategy/xbattleai. 22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> xbattle-5.4.1.ebuild: Changed RDEPENDS to RDEPEND. diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild index 47a8aa6d6494..66b337b8982a 100644 --- a/games-strategy/xbattle/xbattle-5.4.1.ebuild +++ b/games-strategy/xbattle/xbattle-5.4.1.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-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.7 2006/03/22 04:00:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.8 2006/03/22 04:11:02 wolf31o2 Exp $ inherit games @@ -15,7 +15,8 @@ IUSE="" RDEPEND=" || ( ( x11-libs/libXext x11-libs/libX11 ) - virtual/x11 )" + virtual/x11 ) + !games-strategy/xbattleai" DEPEND="${RDEPEND} || ( ( x11-proto/xproto x11-libs/libX11 app-text/rman x11-misc/imake ) virtual/x11 )" |