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 | 9ed3619bda3eb461a6b877f6e4ed73b22b67f8da (patch) | |
tree | 5b842f065fe98e3fb50aabf0d2e26f92a876f84c /games-fps/imaze/imaze-1.4.ebuild | |
parent | New version and homepage. (diff) | |
download | historical-9ed3619bda3eb461a6b877f6e4ed73b22b67f8da.tar.gz historical-9ed3619bda3eb461a6b877f6e4ed73b22b67f8da.tar.bz2 historical-9ed3619bda3eb461a6b877f6e4ed73b22b67f8da.zip |
Removing old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-fps/imaze/imaze-1.4.ebuild')
-rw-r--r-- | games-fps/imaze/imaze-1.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
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 |