diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 08:04:42 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-29 08:04:42 +0000 |
commit | e502f9eae730e7c1c0b173bcac9e3d39702a7686 (patch) | |
tree | 43c8735dfb108428531b8133e10a705e2e0edf8f /games-sports/gracer | |
parent | Modular-X fixes. (diff) | |
download | historical-e502f9eae730e7c1c0b173bcac9e3d39702a7686.tar.gz historical-e502f9eae730e7c1c0b173bcac9e3d39702a7686.tar.bz2 historical-e502f9eae730e7c1c0b173bcac9e3d39702a7686.zip |
Fix this category's dependencies to work with modular X.
Package-Manager: portage-2.1_pre4
Diffstat (limited to 'games-sports/gracer')
-rw-r--r-- | games-sports/gracer/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/gracer/gracer-0.1.5.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
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 <joshuabaergen@gentoo.org> + gracer-0.1.5.ebuild: + Add modular X dependencies. 11 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> 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() { |