summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-26 20:14:56 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-26 20:16:13 +0200
commit9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2 (patch)
treee7145e1abc18354d262eec1bcac652598a2b755e /sys-boot/woeusb
parentsys-boot/woeusb: Add woeusb (diff)
downloadgentoo-9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2.tar.gz
gentoo-9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2.tar.bz2
gentoo-9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2.zip
sys-boot/woeusb: Fix deps
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-boot/woeusb')
-rw-r--r--sys-boot/woeusb/woeusb-3.1.5.ebuild4
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 0ba1d2aa896c..d1da40809082 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}"