diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-10 16:06:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-10 16:06:46 +0000 |
commit | 8e5873bdb47dae6d8c9b4268a595b91b52fec44b (patch) | |
tree | 486b691cb8162a74b8b5411526049a441ade6b8f /games-fps | |
parent | Remove dev-perl/X10 (diff) | |
download | gentoo-2-8e5873bdb47dae6d8c9b4268a595b91b52fec44b.tar.gz gentoo-2-8e5873bdb47dae6d8c9b4268a595b91b52fec44b.tar.bz2 gentoo-2-8e5873bdb47dae6d8c9b4268a595b91b52fec44b.zip |
add use-based deps for libsdl (bug #277275)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/nexuiz/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/nexuiz/nexuiz-2.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/nexuiz/ChangeLog b/games-fps/nexuiz/ChangeLog index 26621aa76e12..2092bfeefa29 100644 --- a/games-fps/nexuiz/ChangeLog +++ b/games-fps/nexuiz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/nexuiz # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.32 2009/05/30 20:00:27 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.33 2009/07/10 16:06:46 mr_bones_ Exp $ + + 10 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> nexuiz-2.5.1.ebuild: + add use-based deps for libsdl (bug #277275) 30 May 2009; Tristan Heaven <nyhm@gentoo.org> nexuiz-2.5.1.ebuild: Install images for html docs, bug #268739 diff --git a/games-fps/nexuiz/nexuiz-2.5.1.ebuild b/games-fps/nexuiz/nexuiz-2.5.1.ebuild index ecbeab6b969f..1c75c72ced24 100644 --- a/games-fps/nexuiz/nexuiz-2.5.1.ebuild +++ b/games-fps/nexuiz/nexuiz-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-2.5.1.ebuild,v 1.2 2009/05/30 20:00:27 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-2.5.1.ebuild,v 1.3 2009/07/10 16:06:46 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -28,7 +28,7 @@ UIRDEPEND="media-libs/libogg x11-libs/libXxf86vm virtual/opengl alsa? ( media-libs/alsa-lib ) - sdl? ( media-libs/libsdl )" + sdl? ( media-libs/libsdl[joystick,video] )" UIDEPEND="x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto |