diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-28 13:36:48 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-28 13:37:42 -0400 |
commit | 454b2d9d3584ce368c3579ce015dcfb5290ae096 (patch) | |
tree | e8b9232e5a6d648d7da67575a87f6e9f83ff1e02 /games-kids | |
parent | 443f3c3c31d2b0f30a1ae44b4dfb69588ecd1f2f (diff) | |
download | gentoo-454b2d9d3584ce368c3579ce015dcfb5290ae096.tar.gz gentoo-454b2d9d3584ce368c3579ce015dcfb5290ae096.tar.xz |
games-kids/memonix: libsdl needs X USE flag (bug #581424)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/memonix/memonix-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-kids/memonix/memonix-1.6.ebuild b/games-kids/memonix/memonix-1.6.ebuild index f7804cbbd57..e17287975dd 100644 --- a/games-kids/memonix/memonix-1.6.ebuild +++ b/games-kids/memonix/memonix-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/libsdl:0[sound,opengl,video] +DEPEND="media-libs/libsdl:0[sound,opengl,video,X] media-libs/sdl-image[jpeg] media-libs/sdl-mixer[vorbis] !games-kids/memonix-bin" |