diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 04:11:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 04:11:02 +0000 |
commit | 84a6ec918383674ca1baf55d9bf65e10af9586f5 (patch) | |
tree | 8d6cd0cbbb3cbfc1c6207e16059f7474501eb09b /games-strategy/xbattle | |
parent | Initial import. Ebuild by Mark Miller <mark@mirell.org>. Closing bug #72886. (diff) | |
download | gentoo-2-84a6ec918383674ca1baf55d9bf65e10af9586f5.tar.gz gentoo-2-84a6ec918383674ca1baf55d9bf65e10af9586f5.tar.bz2 gentoo-2-84a6ec918383674ca1baf55d9bf65e10af9586f5.zip |
Added blocker on games-strategy/xbattleai.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'games-strategy/xbattle')
-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 )" |