diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 04:00:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 04:00:14 +0000 |
commit | cf2fe3b136f1bfd2484b15811ac32e01e27d91c3 (patch) | |
tree | 532fcbc8bc07903d311d0ed95764e579f2310518 /games-strategy/xbattle | |
parent | Fix building netbot with gcc-4 #112713. (diff) | |
download | gentoo-2-cf2fe3b136f1bfd2484b15811ac32e01e27d91c3.tar.gz gentoo-2-cf2fe3b136f1bfd2484b15811ac32e01e27d91c3.tar.bz2 gentoo-2-cf2fe3b136f1bfd2484b15811ac32e01e27d91c3.zip |
Changed RDEPENDS to RDEPEND.
(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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/xbattle/ChangeLog b/games-strategy/xbattle/ChangeLog index 535cb0c28f68..09436867d605 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.4 2006/03/14 23:04:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.5 2006/03/22 04:00:14 wolf31o2 Exp $ + + 22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> xbattle-5.4.1.ebuild: + Changed RDEPENDS to RDEPEND. 14 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> xbattle-5.4.1.ebuild: modular X deps diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild index 9e03be73669d..47a8aa6d6494 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.6 2006/03/15 05:03:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.7 2006/03/22 04:00:14 wolf31o2 Exp $ inherit games @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" || ( ( x11-libs/libXext x11-libs/libX11 ) virtual/x11 )" -DEPEND="${RDEPENDS} +DEPEND="${RDEPEND} || ( ( x11-proto/xproto x11-libs/libX11 app-text/rman x11-misc/imake ) virtual/x11 )" |