projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f55b89
)
sys-boot/woeusb: Fix deps
author
Pacho Ramos
<pacho@gentoo.org>
Thu, 26 Apr 2018 18:14:56 +0000
(20:14 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Thu, 26 Apr 2018 18:16:13 +0000
(20:16 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
sys-boot/woeusb/woeusb-3.1.5.ebuild
patch
|
blob
|
history
diff --git
a/sys-boot/woeusb/woeusb-3.1.5.ebuild
b/sys-boot/woeusb/woeusb-3.1.5.ebuild
index 0ba1d2aa896c29a7fc4716d51e63209d61b2de83..d1da4080908246d91b9229d6ae2072c21cab81c9 100644
(file)
--- 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}"