diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 14:45:16 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-26 14:45:16 +0000 |
commit | fbdce2706d21bf407327b40eb1a6addcf249c804 (patch) | |
tree | a67841267074c36dc7521741d59cc1426bb288c6 /games-fps/nexuiz | |
parent | Marked ~ppc wrt #338548 (diff) | |
download | gentoo-2-fbdce2706d21bf407327b40eb1a6addcf249c804.tar.gz gentoo-2-fbdce2706d21bf407327b40eb1a6addcf249c804.tar.bz2 gentoo-2-fbdce2706d21bf407327b40eb1a6addcf249c804.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/nexuiz')
-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 cb2d631d6591..dcd186e821b9 100644 --- a/games-fps/nexuiz/ChangeLog +++ b/games-fps/nexuiz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/nexuiz -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.37 2010/03/25 13:24:30 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.38 2011/02/26 14:45:16 signals Exp $ + + 26 Feb 2011; Kevin McCarthy <signals@gentoo.org> nexuiz-2.5.2.ebuild: + Updated depends from media-libs/jpeg to virtual/jpeg 25 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> nexuiz-2.5.2.ebuild: amd64 stable wrt #305991 diff --git a/games-fps/nexuiz/nexuiz-2.5.2.ebuild b/games-fps/nexuiz/nexuiz-2.5.2.ebuild index 64b25ee006ff..4d81d7784870 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.3 2010/03/25 13:24:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-2.5.2.ebuild,v 1.4 2011/02/26 14:45:16 signals Exp $ EAPI=2 inherit eutils games @@ -36,7 +36,7 @@ UIDEPEND="x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto x11-proto/xproto" -RDEPEND="media-libs/jpeg +RDEPEND="virtual/jpeg net-misc/curl opengl? ( ${UIRDEPEND} ) !dedicated? ( !opengl? ( ${UIRDEPEND} ) )" |