Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504926 | Differences between
and this patch

Collapse All | Expand All

(-)fail2ban-0.9.0-r1.ebuild (-5 / +14 lines)
Lines 78-87 Link Here
78
		elog "You are upgrading from version 0.6.x, please see:"
78
		elog "You are upgrading from version 0.6.x, please see:"
79
		elog "http://www.fail2ban.org/wiki/index.php/HOWTO_Upgrade_from_0.6_to_0.8"
79
		elog "http://www.fail2ban.org/wiki/index.php/HOWTO_Upgrade_from_0.6_to_0.8"
80
	fi
80
	fi
81
	if ! has_version ${CATEGORY}/${PN} && \
81
	if ! has_version ${CATEGORY}/${PN}; then
82
		! has_version dev-python/pyinotify && ! has_version app-admin/gamin; then
82
		if ! has_version dev-python/pyinotify && ! has_version app-admin/gamin; then
83
		elog "For most jail.conf configurations, it is recommended you install either"
83
			elog "For most jail.conf configurations, it is recommended you install either"
84
		elog "dev-python/pyinotify or app-admin/gamin (in order of preference)"
84
			elog "dev-python/pyinotify or app-admin/gamin (in order of preference)"
85
		elog "to control how log file modifications are detected"
85
			elog "to control how log file modifications are detected"
86
		fi
87
		if ! has_version dev-lang/python[sqlite]; then
88
			elog "If you want to use ${PN}'s persistent database, then reinstall"
89
			elog "dev-lang/python with USE=sqlite"
90
		fi
91
		if has_version sys-apps/systemd[-python]; then
92
			elog "If you want to track logins through sys-apps/systemd's"
93
			elog "journal backend, then reinstall sys-apps/systemd with USE=python"
94
		fi
86
	fi
95
	fi
87
}
96
}

Return to bug 504926