From e502f9eae730e7c1c0b173bcac9e3d39702a7686 Mon Sep 17 00:00:00 2001 From: Joshua Baergen Date: Sun, 29 Jan 2006 08:04:42 +0000 Subject: Fix this category's dependencies to work with modular X. Package-Manager: portage-2.1_pre4 --- games-sports/gracer/ChangeLog | 6 +++++- games-sports/gracer/gracer-0.1.5.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'games-sports/gracer') diff --git a/games-sports/gracer/ChangeLog b/games-sports/gracer/ChangeLog index f78a6f71db07..8a5596fbccf6 100644 --- a/games-sports/gracer/ChangeLog +++ b/games-sports/gracer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/gracer # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.12 2006/01/11 21:42:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/ChangeLog,v 1.13 2006/01/29 08:04:42 joshuabaergen Exp $ + + 29 Jan 2006; Joshua Baergen + gracer-0.1.5.ebuild: + Add modular X dependencies. 11 Jan 2006; Michael Sterrett gracer-0.1.5.ebuild: tidy diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild index 3b35df956121..ead165b877bc 100644 --- a/games-sports/gracer/gracer-0.1.5.ebuild +++ b/games-sports/gracer/gracer-0.1.5.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-sports/gracer/gracer-0.1.5.ebuild,v 1.12 2006/01/11 21:42:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.13 2006/01/29 08:04:42 joshuabaergen Exp $ inherit gnuconfig eutils games @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ppc sparc x86" IUSE="gif jpeg png joystick" -DEPEND="virtual/x11 +DEPEND="|| ( ( x11-libs/libXi + x11-libs/libXmu ) + virtual/x11 ) virtual/glu virtual/glut virtual/opengl @@ -26,9 +28,8 @@ DEPEND="virtual/x11 src_unpack() { unpack ${A} cd "${S}" - epatch \ - "${FILESDIR}"/${PV}-gldefs.patch - "${FILESDIR}"/${PN}-gcc-3.4.patch + epatch "${FILESDIR}"/${PV}-gldefs.patch + epatch "${FILESDIR}"/${PN}-gcc-3.4.patch } src_compile() { -- cgit v1.2.3-65-gdbad