From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1101057-garchives=archives.gentoo.org@lists.gentoo.org>
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 9C1B2138239
	for <garchives@archives.gentoo.org>; Sun, 21 Jul 2019 20:59:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D2F7BE0844;
	Sun, 21 Jul 2019 20:59:33 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 BBB6BE0844
	for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jul 2019 20:59:33 +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 B15013483CA
	for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jul 2019 20:59:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A04CA8
	for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jul 2019 20:59:30 +0000 (UTC)
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org>
Message-ID: <1563742761.8c429919d7ede49af0bf8e8b718001748934953a.whissi@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/pfl/pfl-3.0.1-r2.ebuild
X-VCS-Directories: app-portage/pfl/
X-VCS-Committer: whissi
X-VCS-Committer-Name: Thomas Deutschmann
X-VCS-Revision: 8c429919d7ede49af0bf8e8b718001748934953a
X-VCS-Branch: master
Date: Sun, 21 Jul 2019 20:59:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7585eb5f-7e1f-404b-b466-033974b8082e
X-Archives-Hash: b19766a09246fb25b89f27bde839a651

commit:     8c429919d7ede49af0bf8e8b718001748934953a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 20:59:05 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 20:59:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c429919

app-portage/pfl: hide sys-apps/util-linux RDEPEND behind USE flag

Bug: https://bugs.gentoo.org/690290
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-portage/pfl/pfl-3.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/pfl/pfl-3.0.1-r2.ebuild b/app-portage/pfl/pfl-3.0.1-r2.ebuild
index 501f62999ba..cdc339e0cba 100644
--- a/app-portage/pfl/pfl-3.0.1-r2.ebuild
+++ b/app-portage/pfl/pfl-3.0.1-r2.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 	>=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
 	net-misc/curl
 	sys-apps/portage[${PYTHON_USEDEP}]
-	sys-apps/util-linux[caps]
+	network-cron? ( sys-apps/util-linux[caps] )
 "
 
 PATCHES=(