diff options
-rw-r--r-- | sys-boot/woeusb/woeusb-3.1.5.ebuild | 4 |
1 files 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}" |