diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-14 02:59:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-14 02:59:28 +0000 |
commit | a5fd0ed1440ed02ab2eb9b0ab455705c04c82399 (patch) | |
tree | c7b88f060a3857a5d0f1295f1b29d38a7879b19a /games-fps/imaze | |
parent | Version bump #125848. (diff) | |
download | gentoo-2-a5fd0ed1440ed02ab2eb9b0ab455705c04c82399.tar.gz gentoo-2-a5fd0ed1440ed02ab2eb9b0ab455705c04c82399.tar.bz2 gentoo-2-a5fd0ed1440ed02ab2eb9b0ab455705c04c82399.zip |
modular X deps
(Portage version: 2.1_pre6-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 | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/games-fps/imaze/ChangeLog b/games-fps/imaze/ChangeLog index 70cb6048c407..e2f3cf527854 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.9 2006/01/25 22:01:22 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/ChangeLog,v 1.10 2006/03/14 02:59:28 mr_bones_ Exp $ + + 14 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> imaze-1.4.ebuild: + modular X deps 25 Jan 2006; Patrick McLean <chutzpah@gentoo.org> imaze-1.4.ebuild: Mask on amd64 due to bug #108261. diff --git a/games-fps/imaze/imaze-1.4.ebuild b/games-fps/imaze/imaze-1.4.ebuild index 49a1b6abbd10..976df98bc3c0 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.10 2006/01/25 22:11:47 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/imaze/imaze-1.4.ebuild,v 1.11 2006/03/14 02:59:28 mr_bones_ Exp $ inherit games @@ -13,11 +13,16 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="Xaw3d joystick" -DEPEND="virtual/x11 +RDEPEND=" + || ( ( x11-libs/libXmu x11-libs/libX11 x11-libs/libXaw x11-libs/libXt ) + + virtual/x11 ) || ( Xaw3d? ( x11-libs/Xaw3d ) x11-libs/xview )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" S=${WORKDIR}/${P}/source @@ -51,7 +56,7 @@ src_install() { || die "dogamesbin failed" dodoc ../README doman ../man6/*6 - dodir "${GAMES_DATADIR}/${PN}" - cp -r ../labs/ ../sounds/ "${D}${GAMES_DATADIR}/${PN}/" + insinto "${GAMES_DATADIR}/${PN}" + doins -r ../labs/ ../sounds/ || die "doins failed" prepgamesdirs } |