diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-28 13:25:28 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-28 13:37:42 -0400 |
commit | 443f3c3c31d2b0f30a1ae44b4dfb69588ecd1f2f (patch) | |
tree | 888905e94f73cfa38ba6080d681be4a7b5c18404 /games-strategy | |
parent | app-emulation/cloud-init: launchpad makes bad tarballs, host it ourselves (diff) | |
download | gentoo-443f3c3c31d2b0f30a1ae44b4dfb69588ecd1f2f.tar.gz gentoo-443f3c3c31d2b0f30a1ae44b4dfb69588ecd1f2f.tar.bz2 gentoo-443f3c3c31d2b0f30a1ae44b4dfb69588ecd1f2f.zip |
games-strategy/warmux: libsdl needs X USE flag (bug #581426)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/warmux/warmux-11.04.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/warmux/warmux-11.04.1.ebuild b/games-strategy/warmux/warmux-11.04.1.ebuild index 6be4fcdfeaf5..770b8517811e 100644 --- a/games-strategy/warmux/warmux-11.04.1.ebuild +++ b/games-strategy/warmux/warmux-11.04.1.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 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug nls unicode" -RDEPEND="media-libs/libsdl[joystick,video] +RDEPEND="media-libs/libsdl[joystick,video,X] media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf |