diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-26 07:16:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-26 07:16:00 +0000 |
commit | 506d298b86b714223a454c1bee43fc8889840098 (patch) | |
tree | 8cdc658872cfd6f21b8a3a25045e4ebf25e76d9e /games-fps/warsow/warsow-0.4.2.ebuild | |
parent | Add support for USE=acl #271212 by Daniel Robbins. (diff) | |
download | historical-506d298b86b714223a454c1bee43fc8889840098.tar.gz historical-506d298b86b714223a454c1bee43fc8889840098.tar.bz2 historical-506d298b86b714223a454c1bee43fc8889840098.zip |
curl is also needed for USE=dedicated (bug #270048)
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'games-fps/warsow/warsow-0.4.2.ebuild')
-rw-r--r-- | games-fps/warsow/warsow-0.4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/warsow/warsow-0.4.2.ebuild b/games-fps/warsow/warsow-0.4.2.ebuild index a63e82e82bfc..6df1c595d931 100644 --- a/games-fps/warsow/warsow-0.4.2.ebuild +++ b/games-fps/warsow/warsow-0.4.2.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/warsow/warsow-0.4.2.ebuild,v 1.6 2009/05/04 03:16:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.4.2.ebuild,v 1.7 2009/05/26 07:16:00 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs versionator games @@ -20,14 +20,14 @@ IUSE="debug dedicated irc openal opengl" UIRDEPEND="media-libs/jpeg media-libs/libvorbis media-libs/libsdl - net-misc/curl virtual/opengl x11-libs/libXinerama x11-libs/libXxf86dga x11-libs/libXxf86vm openal? ( media-libs/openal )" RDEPEND="opengl? ( ${UIRDEPEND} ) - !opengl? ( !dedicated? ( ${UIRDEPEND} ) )" + !opengl? ( !dedicated? ( ${UIRDEPEND} ) ) + net-misc/curl" UIDEPEND="x11-proto/xineramaproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto" |