From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3D921382C5 for ; Thu, 26 Apr 2018 18:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01CB5E089E; Thu, 26 Apr 2018 18:16:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE33DE089E for ; Thu, 26 Apr 2018 18:16:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E4FD335C60 for ; Thu, 26 Apr 2018 18:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A64FF29F for ; Thu, 26 Apr 2018 18:16:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1524766573.9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/woeusb/woeusb-3.1.5.ebuild X-VCS-Directories: sys-boot/woeusb/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2 X-VCS-Branch: master Date: Thu, 26 Apr 2018 18:16:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7f020ca9-7802-4c74-aa7a-5916dbdcc09d X-Archives-Hash: 535594e69d1b51a6128831532640a441 commit: 9c522f1be2d8ab7d4ebdebc051ed6886a1d7cdd2 Author: Pacho Ramos gentoo org> AuthorDate: Thu Apr 26 18:14:56 2018 +0000 Commit: Pacho Ramos gentoo 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}"