From acf50371fe88e7d20ea1b83a8c70ac6924fd3843 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 25 Jan 2006 03:00:55 +0000 Subject: Added modular X and closing bug #119986. (Portage version: 2.1_pre3-r1) --- games-action/xpilot/ChangeLog | 7 +++++-- games-action/xpilot/xpilot-4.5.4.ebuild | 17 ++++++++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'games-action/xpilot') diff --git a/games-action/xpilot/ChangeLog b/games-action/xpilot/ChangeLog index b12a08f85282..70a5f4b1308a 100644 --- a/games-action/xpilot/ChangeLog +++ b/games-action/xpilot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/xpilot -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.8 2005/05/31 09:21:49 cryos Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.9 2006/01/25 02:59:15 wolf31o2 Exp $ + + 25 Jan 2006; Chris Gianelloni xpilot-4.5.4.ebuild: + Added modular X and closing bug #119986. 31 May 2005; Marcus D. Hanwell xpilot-4.5.4.ebuild: Stable on amd64. diff --git a/games-action/xpilot/xpilot-4.5.4.ebuild b/games-action/xpilot/xpilot-4.5.4.ebuild index a4c6b726326a..7f39c24a35c3 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-2005 Gentoo Foundation +# 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.8 2005/05/31 09:21:49 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.9 2006/01/25 02:59:15 wolf31o2 Exp $ DESCRIPTION="A multi-player 2D client/server space game" HOMEPAGE="http://www.xpilot.org/" @@ -11,7 +11,18 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( + ( + x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( + ( + x11-proto/xextproto + x11-proto/xproto + x11-misc/gccmakedep ) + virtual/x11 )" src_unpack() { unpack ${A} -- cgit v1.2.3-65-gdbad