commit:     0108c377e4397d5772bd81a4f458ef44ba496266
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Tue May 14 00:29:29 2019 +0000
Commit:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
CommitDate: Tue May 14 00:29:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0108c377

games-fps/gzdoom: restrict gtk+ to slot 2 and 3

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>

 games-fps/gzdoom/gzdoom-4.1.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/games-fps/gzdoom/gzdoom-4.1.1.ebuild 
b/games-fps/gzdoom/gzdoom-4.1.1.ebuild
index 03a3dce..e292fa4 100644
--- a/games-fps/gzdoom/gzdoom-4.1.1.ebuild
+++ b/games-fps/gzdoom/gzdoom-4.1.1.ebuild
@@ -23,7 +23,12 @@ DEPEND="
 RDEPEND="
        ${DEPEND}
        fluidsynth? ( media-sound/fluidsynth )
-       gtk? ( x11-libs/gtk+:* )
+       gtk? (
+               || (
+                       x11-libs/gtk+:2
+                       x11-libs/gtk+:3
+               )
+       )
        openal? (
                media-libs/libsndfile
                media-libs/openal

Reply via email to