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: dev-games/clanlib/
Date: Thu, 28 Apr 2016 04:08:28
Message-Id: 1461813951.7b5f5fbc2ff8527758379a4a265c9d18134669ef.mr_bones_@gentoo
1 commit: 7b5f5fbc2ff8527758379a4a265c9d18134669ef
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 03:25:26 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 03:25:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5f5fbc
7
8 dev-games/clanlib: libsdl needs the X use flag (bug #581394)
9
10 Package-Manager: portage-2.2.26
11
12 dev-games/clanlib/clanlib-0.8.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild b/dev-games/clanlib/clanlib-0.8.1.ebuild
16 index febfca6..efa4b1e 100644
17 --- a/dev-games/clanlib/clanlib-0.8.1.ebuild
18 +++ b/dev-games/clanlib/clanlib-0.8.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,7 +21,7 @@ RDEPEND="media-libs/libpng:0
26 virtual/glu
27 virtual/opengl
28 sdl? (
29 - media-libs/libsdl
30 + media-libs/libsdl[X]
31 media-libs/sdl-gfx
32 )
33 x11-libs/libXi