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-kids/memonix/
Date: Thu, 28 Apr 2016 17:38:07
Message-Id: 1461865062.454b2d9d3584ce368c3579ce015dcfb5290ae096.mr_bones_@gentoo
1 commit: 454b2d9d3584ce368c3579ce015dcfb5290ae096
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 17:36:48 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 17:37:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454b2d9d
7
8 games-kids/memonix: libsdl needs X USE flag (bug #581424)
9
10 Package-Manager: portage-2.2.26
11
12 games-kids/memonix/memonix-1.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-kids/memonix/memonix-1.6.ebuild b/games-kids/memonix/memonix-1.6.ebuild
16 index f7804cb..e172879 100644
17 --- a/games-kids/memonix/memonix-1.6.ebuild
18 +++ b/games-kids/memonix/memonix-1.6.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=""
28
29 -DEPEND="media-libs/libsdl:0[sound,opengl,video]
30 +DEPEND="media-libs/libsdl:0[sound,opengl,video,X]
31 media-libs/sdl-image[jpeg]
32 media-libs/sdl-mixer[vorbis]
33 !games-kids/memonix-bin"