Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/
Date: Thu, 26 Apr 2018 18:16:32
Message-Id: 1524766573.9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2.pacho@gentoo
1 commit: 9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 18:14:56 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 18:16:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c522f1b
7
8 sys-boot/woeusb: Fix deps
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 sys-boot/woeusb/woeusb-3.1.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-boot/woeusb/woeusb-3.1.5.ebuild b/sys-boot/woeusb/woeusb-3.1.5.ebuild
16 index 0ba1d2aa896..d1da4080908 100644
17 --- a/sys-boot/woeusb/woeusb-3.1.5.ebuild
18 +++ b/sys-boot/woeusb/woeusb-3.1.5.ebuild
19 @@ -15,8 +15,7 @@ SLOT="0"
20 KEYWORDS="~amd64 ~x86"
21 IUSE="minimal"
22
23 -DEPEND=""
24 -RDEPEND="${DEPEND}
25 +RDEPEND="
26 sys-apps/util-linux
27 sys-block/parted
28 sys-fs/dosfstools
29 @@ -24,6 +23,7 @@ RDEPEND="${DEPEND}
30 sys-boot/grub:2[grub_platforms_pc]
31 !minimal? ( x11-libs/wxGTK:${WX_GTK_VER} )
32 "
33 +DEPEND="${RDEPEND}"
34
35 S="${WORKDIR}/WoeUSB-${PV}"