diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-24 01:00:44 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-24 01:00:44 +0000 |
commit | 055276b586abc68ea39354e57aa70c4d9c051248 (patch) | |
tree | 42cf79dfd886eac858c14456d2ff8a913d517ea3 /games-fps | |
parent | Fix dependencies, bug #168179 (diff) | |
download | gentoo-2-055276b586abc68ea39354e57aa70c4d9c051248.tar.gz gentoo-2-055276b586abc68ea39354e57aa70c4d9c051248.tar.bz2 gentoo-2-055276b586abc68ea39354e57aa70c4d9c051248.zip |
Fix dependencies, bug #168179
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/imaze/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/imaze/imaze-1.4.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games-fps/imaze/ChangeLog b/games-fps/imaze/ChangeLog index 7ded6eede6ef..1c47acc6a01a 100644 --- a/games-fps/imaze/ChangeLog +++ b/games-fps/imaze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/imaze # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.12 2007/02/21 23:40:02 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.13 2007/02/24 01:00:44 nyhm Exp $ + + 24 Feb 2007; Tristan Heaven <nyhm@gentoo.org> imaze-1.4.ebuild: + Fix dependencies, bug #168179 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild index aaff962ccec3..446ae12a2ab4 100644 --- a/games-fps/imaze/imaze-1.4.ebuild +++ b/games-fps/imaze/imaze-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.12 2006/12/05 15:24:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.13 2007/02/24 01:00:44 nyhm Exp $ inherit games @@ -13,14 +13,12 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="Xaw3d joystick" -RDEPEND=" - x11-libs/libXmu +RDEPEND="x11-libs/libXmu x11-libs/libX11 x11-libs/libXaw x11-libs/libXt - || ( - Xaw3d? ( x11-libs/Xaw3d ) - x11-libs/xview )" + Xaw3d? ( x11-libs/Xaw3d ) + !Xaw3d? ( x11-libs/xview )" DEPEND="${RDEPEND} x11-proto/xproto" |