diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-04-12 07:43:26 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-04-12 07:43:26 +0200 |
commit | a9e932309410c0b37d6f49117b2ed31daed764c6 (patch) | |
tree | 95678d5b6b170d25d99de96a3e88baf29a47f421 /net-analyzer/fail2ban/fail2ban-0.9.3-r1.ebuild | |
parent | x11-drivers/nvidia-drivers: Raise minimum x11-libs/libvdpau dependency (bug #... (diff) | |
download | gentoo-a9e932309410c0b37d6f49117b2ed31daed764c6.tar.gz gentoo-a9e932309410c0b37d6f49117b2ed31daed764c6.tar.bz2 gentoo-a9e932309410c0b37d6f49117b2ed31daed764c6.zip |
net-analyzer/fail2ban: Old.
Package-Manager: portage-2.2.28
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" |