diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 15:24:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 15:24:41 +0000 |
commit | c5bd7d1d63728508fb78ff91eaf24799123b8a2f (patch) | |
tree | 2ee8b3145472838f432ce3bc55eabd19d2daec20 /games-fps/imaze | |
parent | New version and homepage. (diff) | |
download | gentoo-2-c5bd7d1d63728508fb78ff91eaf24799123b8a2f.tar.gz gentoo-2-c5bd7d1d63728508fb78ff91eaf24799123b8a2f.tar.bz2 gentoo-2-c5bd7d1d63728508fb78ff91eaf24799123b8a2f.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/imaze')
-rw-r--r-- | games-fps/imaze/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/imaze/imaze-1.4.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-fps/imaze/ChangeLog b/games-fps/imaze/ChangeLog index e2f3cf527854..f76178953fa2 100644 --- a/games-fps/imaze/ChangeLog +++ b/games-fps/imaze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/imaze # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.10 2006/03/14 02:59:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.11 2006/12/05 15:24:41 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> imaze-1.4.ebuild: + Removing old virtual/x11 dependency. 14 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> imaze-1.4.ebuild: modular X deps diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild index 976df98bc3c0..aaff962ccec3 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 # 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.11 2006/03/14 02:59:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.12 2006/12/05 15:24:41 wolf31o2 Exp $ inherit games @@ -14,15 +14,15 @@ KEYWORDS="ppc x86" IUSE="Xaw3d joystick" RDEPEND=" - || ( ( x11-libs/libXmu x11-libs/libX11 x11-libs/libXaw x11-libs/libXt ) - - virtual/x11 ) + x11-libs/libXmu + x11-libs/libX11 + x11-libs/libXaw + x11-libs/libXt || ( Xaw3d? ( x11-libs/Xaw3d ) - x11-libs/xview - )" + x11-libs/xview )" DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 )" + x11-proto/xproto" S=${WORKDIR}/${P}/source |