diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
commit | c1e5e4e0b8f0736be07caab0d06226b4259c29f1 (patch) | |
tree | 678baf8c346c8f75309d9c7a541482b759e9dc87 /games-action/glaxium | |
parent | Stable on x86; bug #120489 (diff) | |
download | gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.gz gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.bz2 gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.zip |
Fix dependencies for modular X.
(Portage version: 2.1_pre4)
Diffstat (limited to 'games-action/glaxium')
-rw-r--r-- | games-action/glaxium/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/glaxium/glaxium-0.5.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games-action/glaxium/ChangeLog b/games-action/glaxium/ChangeLog index e4c26bbb7676..ffcc3511a044 100644 --- a/games-action/glaxium/ChangeLog +++ b/games-action/glaxium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/glaxium -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/ChangeLog,v 1.10 2005/05/17 17:33:54 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/ChangeLog,v 1.11 2006/01/28 21:19:10 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> glaxium-0.5.ebuild: + Add modular X dependencies. 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> glaxium-0.5.ebuild: Cleanup for bug #92745. diff --git a/games-action/glaxium/glaxium-0.5.ebuild b/games-action/glaxium/glaxium-0.5.ebuild index cbc51b5672ac..b892341815c7 100644 --- a/games-action/glaxium/glaxium-0.5.ebuild +++ b/games-action/glaxium/glaxium-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.12 2005/05/17 17:33:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.13 2006/01/28 21:19:10 joshuabaergen Exp $ inherit eutils flag-o-matic toolchain-funcs games @@ -13,13 +13,16 @@ SLOT="0" KEYWORDS="x86 ppc amd64" IUSE="" -DEPEND=">=media-libs/libsdl-1.1.5 +RDEPEND=">=media-libs/libsdl-1.1.5 >=media-libs/sdl-mixer-1.2.4 - virtual/x11 + || ( ( x11-libs/libXmu + x11-libs/libXi ) + virtual/x11 ) virtual/opengl virtual/glu virtual/glut >=media-libs/libpng-1.0.0" +DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}_${PV}" |