diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-14 21:56:48 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-14 21:56:59 +0200 |
commit | 16755e1b9385fe2aa1016c4895c9296dfe941962 (patch) | |
tree | 6b0f87427e4b065521a6696a5fe28c5c2152687e /sys-boot/woeusb | |
parent | dev-ada/libadalang: No need to rewrite C driver (diff) | |
download | gentoo-16755e1b9385fe2aa1016c4895c9296dfe941962.tar.gz gentoo-16755e1b9385fe2aa1016c4895c9296dfe941962.tar.bz2 gentoo-16755e1b9385fe2aa1016c4895c9296dfe941962.zip |
sys-boot/woeusb: wxGTK[X] is needed (#660822 by Markus Rathgeb)
Closes: https://bugs.gentoo.org/660822
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-boot/woeusb')
-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}" |