diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-21 22:59:05 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-21 22:59:21 +0200 |
commit | 8c429919d7ede49af0bf8e8b718001748934953a (patch) | |
tree | 943ca67e70b873453a558b6de4aadf5de683ae15 /app-portage/pfl | |
parent | app-emulation/fs-uae-launcher: Drop old 2.8.3-r1 (diff) | |
download | gentoo-8c429919d7ede49af0bf8e8b718001748934953a.tar.gz gentoo-8c429919d7ede49af0bf8e8b718001748934953a.tar.bz2 gentoo-8c429919d7ede49af0bf8e8b718001748934953a.zip |
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@gentoo.org>
Diffstat (limited to 'app-portage/pfl')
-rw-r--r-- | app-portage/pfl/pfl-3.0.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/pfl/pfl-3.0.1-r2.ebuild b/app-portage/pfl/pfl-3.0.1-r2.ebuild index 501f62999ba7..cdc339e0cbab 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=( |