diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-02-23 10:20:52 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-02-23 10:21:24 -0500 |
commit | bd18022df85f7676e063b114dcb6d818a2c5d6f2 (patch) | |
tree | 723fb0c66d2ca059afbdd1d9d80c186bce8dc192 /games-strategy/warzone2100 | |
parent | x11-drivers/xf86-video-amdgpu: Version bump. (diff) | |
download | gentoo-bd18022df85f7676e063b114dcb6d818a2c5d6f2.tar.gz gentoo-bd18022df85f7676e063b114dcb6d818a2c5d6f2.tar.bz2 gentoo-bd18022df85f7676e063b114dcb6d818a2c5d6f2.zip |
games-strategy/warzone2100: add X use flag to libsdl dep (bug #575464)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/warzone2100-3.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/warzone2100/warzone2100-3.1.3.ebuild b/games-strategy/warzone2100/warzone2100-3.1.3.ebuild index f255dddd914b..5eba145c7e48 100644 --- a/games-strategy/warzone2100/warzone2100-3.1.3.ebuild +++ b/games-strategy/warzone2100/warzone2100-3.1.3.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$ @@ -42,7 +42,7 @@ RDEPEND=">=dev-games/physfs-2[zip] dev-qt/qtgui:4 dev-qt/qtopengl:4 ) - !qt4? ( media-libs/libsdl[opengl,video] )" + !qt4? ( media-libs/libsdl[opengl,video,X] )" DEPEND="${RDEPEND} app-arch/zip virtual/pkgconfig |