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-puzzle/meandmyshadow/
Date: Wed, 27 Apr 2016 14:28:07
Message-Id: 1461767269.afc6292f9417dbc2632afa74cae1ee2491229755.mr_bones_@gentoo
1 commit: afc6292f9417dbc2632afa74cae1ee2491229755
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 14:27:16 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 14:27:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc6292f
7
8 games-puzzle/meandmyshadow: libsdl needs X use flag (bug #581334)
9
10 Package-Manager: portage-2.2.26
11
12 games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild b/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild
16 index 8edd4f8..dc3a4a3 100644
17 --- a/games-puzzle/meandmyshadow/meandmyshadow-0.4.ebuild
18 +++ b/games-puzzle/meandmyshadow/meandmyshadow-0.4.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 @@ -14,7 +14,7 @@ SLOT="0"
26 KEYWORDS="amd64 x86"
27 IUSE="opengl"
28
29 -DEPEND="media-libs/libsdl[sound,video]
30 +DEPEND="media-libs/libsdl[sound,video,X]
31 media-libs/sdl-gfx
32 media-libs/sdl-ttf
33 media-libs/sdl-mixer[vorbis]