Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/slade/
Date: Mon, 01 Jun 2020 20:49:51
Message-Id: 1591044560.86a295beeb833b54036e213b2f50c982e33a20d0.chewi@gentoo
1 commit: 86a295beeb833b54036e213b2f50c982e33a20d0
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 20:49:20 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:49:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a295be
7
8 games-util/slade: Fix missing USE flags on wxGTK dependency
9
10 Closes: https://bugs.gentoo.org/726694
11 Package-Manager: Portage-2.3.100, Repoman-2.3.22
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-util/slade/slade-3.1.12a.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/games-util/slade/slade-3.1.12a.ebuild b/games-util/slade/slade-3.1.12a.ebuild
18 index b204c6c7870..641a17fb010 100644
19 --- a/games-util/slade/slade-3.1.12a.ebuild
20 +++ b/games-util/slade/slade-3.1.12a.ebuild
21 @@ -23,7 +23,7 @@ DEPEND="
22 media-libs/libsfml:=
23 net-misc/curl
24 sys-libs/zlib
25 - x11-libs/wxGTK:${WX_GTK_VER}[webkit?]
26 + x11-libs/wxGTK:${WX_GTK_VER}[opengl,webkit?,X]
27 fluidsynth? ( media-sound/fluidsynth:= )
28 "