diff options
Diffstat (limited to 'net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild b/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild index e3b794d846f4..341c7a7398e6 100644 --- a/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild @@ -95,10 +95,12 @@ pkg_postinst() { elog "dev-python/pyinotify or app-admin/gamin (in order of preference)" elog "to control how log file modifications are detected" fi + if ! has_version dev-lang/python[sqlite]; then elog "If you want to use ${PN}'s persistent database, then reinstall" elog "dev-lang/python with USE=sqlite" fi + if has_version sys-apps/systemd[-python]; then elog "If you want to track logins through sys-apps/systemd's" elog "journal backend, then reinstall sys-apps/systemd with USE=python" |