diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-11 21:35:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-11 21:35:19 +0000 |
commit | a319f998c4f864ab85e045266e9bbd7f58fbbb58 (patch) | |
tree | 371996c8fe4a0114ddf25cfce5a0e242b20bd9f0 /games-fps | |
parent | signing (diff) | |
download | gentoo-2-a319f998c4f864ab85e045266e9bbd7f58fbbb58.tar.gz gentoo-2-a319f998c4f864ab85e045266e9bbd7f58fbbb58.tar.bz2 gentoo-2-a319f998c4f864ab85e045266e9bbd7f58fbbb58.zip |
add opengl use dep for libsdl (bug #476816)
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/nexuiz/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/nexuiz/nexuiz-2.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/nexuiz/ChangeLog b/games-fps/nexuiz/ChangeLog index cfbea84e63a3..f7c6056bfa53 100644 --- a/games-fps/nexuiz/ChangeLog +++ b/games-fps/nexuiz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/nexuiz -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.41 2013/11/21 20:05:21 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.42 2015/03/11 21:35:19 mr_bones_ Exp $ + + 11 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> nexuiz-2.5.2.ebuild: + add opengl use dep for libsdl (bug #476816) 21 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> nexuiz-2.5.2.ebuild: EAPI=5; tidy diff --git a/games-fps/nexuiz/nexuiz-2.5.2.ebuild b/games-fps/nexuiz/nexuiz-2.5.2.ebuild index 8baca02c636f..00d19eac1f1f 100644 --- a/games-fps/nexuiz/nexuiz-2.5.2.ebuild +++ b/games-fps/nexuiz/nexuiz-2.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-2.5.2.ebuild,v 1.7 2013/11/21 20:05:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-2.5.2.ebuild,v 1.8 2015/03/11 21:35:19 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -33,7 +33,7 @@ UIRDEPEND="media-libs/libogg x11-libs/libXxf86vm virtual/opengl alsa? ( media-libs/alsa-lib ) - sdl? ( media-libs/libsdl[joystick,video] )" + sdl? ( media-libs/libsdl[joystick,opengl,video] )" UIDEPEND="x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto |