diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:17:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:17:34 +0000 |
commit | fa85558feaacd1a5e53873e9868fc8438b48c957 (patch) | |
tree | 9ca379065ed7cf4cc75ed6d797c3d4ac22e45d82 /games-action/xpilot/xpilot-4.5.4.ebuild | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-fa85558feaacd1a5e53873e9868fc8438b48c957.tar.gz gentoo-2-fa85558feaacd1a5e53873e9868fc8438b48c957.tar.bz2 gentoo-2-fa85558feaacd1a5e53873e9868fc8438b48c957.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/xpilot/xpilot-4.5.4.ebuild')
-rw-r--r-- | games-action/xpilot/xpilot-4.5.4.ebuild | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/games-action/xpilot/xpilot-4.5.4.ebuild b/games-action/xpilot/xpilot-4.5.4.ebuild index 3d717418178c..ce1f59361d6b 100644 --- a/games-action/xpilot/xpilot-4.5.4.ebuild +++ b/games-action/xpilot/xpilot-4.5.4.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-action/xpilot/xpilot-4.5.4.ebuild,v 1.10 2006/04/07 17:14:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.11 2006/12/01 20:17:34 wolf31o2 Exp $ DESCRIPTION="A multi-player 2D client/server space game" HOMEPAGE="http://www.xpilot.org/" @@ -11,20 +11,14 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="|| ( - ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext" DEPEND="${RDEPEND} - || ( - ( - x11-proto/xextproto - x11-proto/xproto - x11-misc/gccmakedep - x11-misc/imake - app-text/rman ) - virtual/x11 )" + x11-proto/xextproto + x11-proto/xproto + x11-misc/gccmakedep + x11-misc/imake + app-text/rman" src_unpack() { unpack ${A} |