diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-25 03:00:55 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-25 03:00:55 +0000 |
commit | 8c72dc0d6d49cfe64670610007fa6ccc0ffb8525 (patch) | |
tree | 3b01dd1bc6e60ae8145a8a65cd0ee258766c003b /games-action/xpilot-ng | |
parent | Fix deps, reported by leonardop. (diff) | |
download | historical-8c72dc0d6d49cfe64670610007fa6ccc0ffb8525.tar.gz historical-8c72dc0d6d49cfe64670610007fa6ccc0ffb8525.tar.bz2 historical-8c72dc0d6d49cfe64670610007fa6ccc0ffb8525.zip |
Added modular X and closing bug #119986.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-action/xpilot-ng')
-rw-r--r-- | games-action/xpilot-ng/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild | 18 |
2 files changed, 21 insertions, 5 deletions
diff --git a/games-action/xpilot-ng/ChangeLog b/games-action/xpilot-ng/ChangeLog index 93bb2923778a..42963c013f2a 100644 --- a/games-action/xpilot-ng/ChangeLog +++ b/games-action/xpilot-ng/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/xpilot-ng -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.3 2004/10/18 12:33:34 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.4 2006/01/25 03:00:55 wolf31o2 Exp $ + + 25 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> + xpilot-ng-4.6.6.ebuild: + Added modular X and closing bug #119986. 18 Oct 2004; David Holm <dholm@gentoo.org> xpilot-ng-4.6.6.ebuild: Added to ~ppc. diff --git a/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild b/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild index db1325a34de5..a5f63cf12072 100644 --- a/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild +++ b/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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-ng/xpilot-ng-4.6.6.ebuild,v 1.2 2004/10/18 12:33:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.6.6.ebuild,v 1.3 2006/01/25 03:00:55 wolf31o2 Exp $ inherit games @@ -13,7 +13,12 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="openal sdl" -DEPEND="virtual/x11 +RDEPEND="|| ( + ( + x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM ) + virtual/x11 ) >=dev-libs/expat-1.1 >=sys-libs/zlib-1.1.3 openal? ( media-libs/openal ) @@ -22,6 +27,13 @@ DEPEND="virtual/x11 >=media-libs/libsdl-1.2.0 >=media-libs/sdl-image-1.0 >=media-libs/sdl-ttf-2.0 )" +DEPEND="${RDEPEND} + || ( + ( + x11-proto/xextproto + x11-proto/xproto + x11-libs/libXt ) + virtual/x11 )" src_compile() { egamesconf \ |