Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/
Date: Fri, 04 Aug 2017 08:44:10
Message-Id: 1501836243.23eaef86b34331c8601cdd6b7aaf545588f54138.polynomial-c@gentoo
1 commit: 23eaef86b34331c8601cdd6b7aaf545588f54138
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 08:43:49 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 08:44:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23eaef86
7
8 games-strategy/0ad: Adjust gloox dependency (bug #626976)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 games-strategy/0ad/0ad-0.0.22_alpha.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-strategy/0ad/0ad-0.0.22_alpha.ebuild b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
16 index 0eac8acb767..2bc96642ea2 100644
17 --- a/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
18 +++ b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild
19 @@ -38,7 +38,7 @@ RDEPEND="
20 x11-libs/libX11
21 x11-libs/libXcursor
22 editor? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
23 - lobby? ( net-libs/gloox )
24 + lobby? ( >=net-libs/gloox-1.0.20 )
25 nvtt? ( media-gfx/nvidia-texture-tools )
26 sound? ( media-libs/libvorbis
27 media-libs/openal )"