commit: 9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 18:14:56 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 18:16:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c522f1b
sys-boot/woeusb: Fix deps
Package-Manager: Portage-2.3.31, Repoman-2.3.9
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 0ba1d2aa896..d1da4080908 100644
--- a/sys-boot/woeusb/woeusb-3.1.5.ebuild
+++ b/sys-boot/woeusb/woeusb-3.1.5.ebuild
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="
sys-apps/util-linux
sys-block/parted
sys-fs/dosfstools
@@ -24,6 +23,7 @@ RDEPEND="${DEPEND}
sys-boot/grub:2[grub_platforms_pc]
!minimal? ( x11-libs/wxGTK:${WX_GTK_VER} )
"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/WoeUSB-${PV}"