diff options
author | 2006-01-13 22:02:32 +0000 | |
---|---|---|
committer | 2006-01-13 22:02:32 +0000 | |
commit | 11b3dd001539a5738d6d2627011348c28ac5af86 (patch) | |
tree | ead77e16d2cd985dd38ae77a74ec532f3db8ae43 /games-arcade/supertux | |
parent | ppc stable, bug #118362 (diff) | |
download | gentoo-2-11b3dd001539a5738d6d2627011348c28ac5af86.tar.gz gentoo-2-11b3dd001539a5738d6d2627011348c28ac5af86.tar.bz2 gentoo-2-11b3dd001539a5738d6d2627011348c28ac5af86.zip |
Add modular depends
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r-- | games-arcade/supertux/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.1.3.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index 5b93eb99d290..6781652a43c2 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/supertux -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.22 2005/10/20 16:48:55 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.23 2006/01/13 22:02:32 genstef Exp $ + + 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> supertux-0.1.3.ebuild: + Add modular depends 20 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> -supertux-0.1.2.ebuild, supertux-0.1.3.ebuild: diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild index 0833778c60d1..563428f391a7 100644 --- a/games-arcade/supertux/supertux-0.1.3.ebuild +++ b/games-arcade/supertux/supertux-0.1.3.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-arcade/supertux/supertux-0.1.3.ebuild,v 1.2 2005/10/20 16:48:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.3 2006/01/13 22:02:32 genstef Exp $ GAMES_USE_SDL="nojoystick" #bug #100372 inherit eutils games @@ -14,11 +14,12 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="opengl" -DEPEND="virtual/opengl - virtual/x11 - >=media-libs/libsdl-1.2.4 +RDEPEND=">=media-libs/libsdl-1.2.4 >=media-libs/sdl-image-1.2.2 - >=media-libs/sdl-mixer-1.2.5" + >=media-libs/sdl-mixer-1.2.5 + sys-libs/zlib" +DEPEND="${RDEPEND} + || ( x11-libs/libXt virtual/x11 )" pkg_setup() { if ! built_with_use media-libs/sdl-mixer mikmod ; then |