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=(
