Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/nexuiz/
Date: Fri, 18 Dec 2015 00:47:46
Message-Id: 1450399170.79203113b032f1769e97cba33ddacca1c3de9576.mr_bones_@gentoo
1 commit: 79203113b032f1769e97cba33ddacca1c3de9576
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 00:12:30 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 00:39:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79203113
7
8 add slot dep for virtual/jpeg
9
10 Package-Manager: portage-2.2.24
11
12 games-fps/nexuiz/nexuiz-2.5.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-fps/nexuiz/nexuiz-2.5.2.ebuild b/games-fps/nexuiz/nexuiz-2.5.2.ebuild
16 index a6cd784..bffa660 100644
17 --- a/games-fps/nexuiz/nexuiz-2.5.2.ebuild
18 +++ b/games-fps/nexuiz/nexuiz-2.5.2.ebuild
19 @@ -38,7 +38,7 @@ UIDEPEND="x11-proto/xextproto
20 x11-proto/xf86dgaproto
21 x11-proto/xf86vidmodeproto
22 x11-proto/xproto"
23 -RDEPEND="virtual/jpeg
24 +RDEPEND="virtual/jpeg:0
25 net-misc/curl
26 opengl? ( ${UIRDEPEND} )
27 !dedicated? ( !opengl? ( ${UIRDEPEND} ) )"