From 16755e1b9385fe2aa1016c4895c9296dfe941962 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 14 Oct 2018 21:56:48 +0200 Subject: sys-boot/woeusb: wxGTK[X] is needed (#660822 by Markus Rathgeb) Closes: https://bugs.gentoo.org/660822 Signed-off-by: Pacho Ramos Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- sys-boot/woeusb/woeusb-3.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/woeusb/woeusb-3.1.5.ebuild b/sys-boot/woeusb/woeusb-3.1.5.ebuild index a3f3d8132079..6e6027efa6a3 100644 --- a/sys-boot/woeusb/woeusb-3.1.5.ebuild +++ b/sys-boot/woeusb/woeusb-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ RDEPEND=" sys-fs/dosfstools sys-fs/ntfs3g sys-boot/grub:2[grub_platforms_pc] - !minimal? ( x11-libs/wxGTK:${WX_GTK_VER} ) + !minimal? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) " DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad