Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/
Date: Sun, 14 Oct 2018 19:57:14
Message-Id: 1539547019.16755e1b9385fe2aa1016c4895c9296dfe941962.pacho@gentoo
1 commit: 16755e1b9385fe2aa1016c4895c9296dfe941962
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 19:56:48 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 19:56:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16755e1b
7
8 sys-boot/woeusb: wxGTK[X] is needed (#660822 by Markus Rathgeb)
9
10 Closes: https://bugs.gentoo.org/660822
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sys-boot/woeusb/woeusb-3.1.5.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-boot/woeusb/woeusb-3.1.5.ebuild b/sys-boot/woeusb/woeusb-3.1.5.ebuild
18 index a3f3d813207..6e6027efa6a 100644
19 --- a/sys-boot/woeusb/woeusb-3.1.5.ebuild
20 +++ b/sys-boot/woeusb/woeusb-3.1.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -21,7 +21,7 @@ RDEPEND="
28 sys-fs/dosfstools
29 sys-fs/ntfs3g
30 sys-boot/grub:2[grub_platforms_pc]
31 - !minimal? ( x11-libs/wxGTK:${WX_GTK_VER} )
32 + !minimal? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
33 "
34 DEPEND="${RDEPEND}"