diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-13 22:08:59 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-13 22:08:59 +0000 |
commit | a1af08b28e054a5b7ec37758befc7ab59a1a55c8 (patch) | |
tree | 3180778d3a2fa66627ef08432a26fe522376afc3 /games-arcade | |
parent | marking sparc x86 stable (diff) | |
download | gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.tar.gz gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.tar.bz2 gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.zip |
Add modular depends
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ppracer/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/ppracer/ppracer-0.3.1.ebuild | 23 |
2 files changed, 27 insertions, 4 deletions
diff --git a/games-arcade/ppracer/ChangeLog b/games-arcade/ppracer/ChangeLog index 3785e09604b3..5bcb8d8aee15 100644 --- a/games-arcade/ppracer/ChangeLog +++ b/games-arcade/ppracer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/ppracer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.13 2006/01/09 23:14:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.14 2006/01/13 22:07:01 genstef Exp $ + + 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> ppracer-0.3.1.ebuild: + Add modular depends + + 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> ppracer-0.3.1.ebuild: + Add modular depends 09 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> ppracer-0.3.1.ebuild: Added eutils to inherit line and moved games to the end of the line. diff --git a/games-arcade/ppracer/ppracer-0.3.1.ebuild b/games-arcade/ppracer/ppracer-0.3.1.ebuild index d1f5bf2685cb..fc7e8ec87cd8 100644 --- a/games-arcade/ppracer/ppracer-0.3.1.ebuild +++ b/games-arcade/ppracer/ppracer-0.3.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.7 2006/01/09 23:14:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.8 2006/01/13 22:07:01 genstef Exp $ -inherit flag-o-matic gnuconfig eutils multilib games +inherit flag-o-matic gnuconfig games multilib DESCRIPTION="take on the role of Tux, the Linux Penguin, as he races down steep, snow-covered mountains" HOMEPAGE="http://developer.berlios.de/projects/ppracer/" @@ -15,7 +15,13 @@ IUSE="X" DEPEND="virtual/opengl virtual/glu - X? ( virtual/x11 ) + X? ( + || ( + ( x11-libs/libXt + media-libs/mesa ) + virtual/x11 + ) + ) >=dev-lang/tcl-8.4 media-libs/libsdl media-libs/sdl-mixer @@ -23,6 +29,17 @@ DEPEND="virtual/opengl >=media-libs/freetype-2 sys-libs/zlib" +RDEPEND="${DEPEND} + || ( + ( x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXmu ) + virtual/x11 + )" + src_unpack() { unpack ${A} cd "${S}" |