diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-18 05:43:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-18 05:43:20 +0000 |
commit | 3edf90f0d550dd8b25c500d855e4d35df4c9f2b4 (patch) | |
tree | 242837d7f11c57cb0a035b1897ffe96a1223d7e7 /games-fps | |
parent | Version bump, #302809. Fixes path for doc installation, bug 281525, thank Fed... (diff) | |
download | gentoo-2-3edf90f0d550dd8b25c500d855e4d35df4c9f2b4.tar.gz gentoo-2-3edf90f0d550dd8b25c500d855e4d35df4c9f2b4.tar.bz2 gentoo-2-3edf90f0d550dd8b25c500d855e4d35df4c9f2b4.zip |
add use-deps for libsdl
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rott/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/rott/rott-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/rott/ChangeLog b/games-fps/rott/ChangeLog index 2b1fb4b28979..846d95640e21 100644 --- a/games-fps/rott/ChangeLog +++ b/games-fps/rott/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rott -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.10 2009/08/25 07:14:14 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/ChangeLog,v 1.11 2010/03/18 05:43:20 mr_bones_ Exp $ + + 18 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> rott-1.1.1.ebuild: + add use-deps for libsdl 25 Aug 2009; Alexis Ballier <aballier@gentoo.org> rott-1.1.1.ebuild: keyword ~amd64 diff --git a/games-fps/rott/rott-1.1.1.ebuild b/games-fps/rott/rott-1.1.1.ebuild index a6f82a86491c..8c7b144dd5e5 100644 --- a/games-fps/rott/rott-1.1.1.ebuild +++ b/games-fps/rott/rott-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild,v 1.2 2009/08/25 07:14:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.1.1.ebuild,v 1.3 2010/03/18 05:43:20 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="demo" -RDEPEND="media-libs/libsdl +RDEPEND="media-libs/libsdl[audio,joystick,video] media-libs/sdl-mixer" DEPEND="${RDEPEND} app-arch/unzip" |