summaryrefslogtreecommitdiff
path: root/dev-libs/hyperscan/hyperscan-5.4.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/hyperscan/hyperscan-5.4.1.ebuild')
-rw-r--r--dev-libs/hyperscan/hyperscan-5.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/hyperscan/hyperscan-5.4.1.ebuild b/dev-libs/hyperscan/hyperscan-5.4.1.ebuild
index 2984a1ad61f2..19e846a09a83 100644
--- a/dev-libs/hyperscan/hyperscan-5.4.1.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.4.1.ebuild
@@ -57,8 +57,8 @@ src_test() {
}
pkg_postinst() {
- if has_version 'mail-filter/rspamd'; then
- elog "There is known issue with mail-filter/rspamd when hyperscan version changes."
+ if has_version '<mail-filter/rspamd-3.5'; then
+ elog "There is known issue with <mail-filter/rspamd-3.5 when hyperscan version changes."
elog "Known workaround is to remove hyperscan databases ${EROOT}/var/lib/rspamd/*.hs*"
elog "See https://github.com/rspamd/rspamd/issues/4409 for more information."
fi