commit: a9d577722847f313acc1b896083746ebe3554883
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 30 21:39:56 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 30 21:41:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d57772
mail-filter/postsrsd: Fix typo
Fixes: c4220ea02a750f4da1165be1eb4ccae93e3cfca2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../postsrsd/{postsrsd-2.0.11-r2.ebuild => postsrsd-2.0.11-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-filter/postsrsd/postsrsd-2.0.11-r2.ebuild
b/mail-filter/postsrsd/postsrsd-2.0.11-r3.ebuild
similarity index 99%
rename from mail-filter/postsrsd/postsrsd-2.0.11-r2.ebuild
rename to mail-filter/postsrsd/postsrsd-2.0.11-r3.ebuild
index b2da5d9f4635..377b155e835d 100644
--- a/mail-filter/postsrsd/postsrsd-2.0.11-r2.ebuild
+++ b/mail-filter/postsrsd/postsrsd-2.0.11-r3.ebuild
@@ -47,7 +47,7 @@ src_configure() {
# Do not generate the signing secret in src_install, as it would
# a) embed it in binary packages and b) overwrite existing
secrets
# on every reinstall. Generate the secret in pkg_postinst
instead.
- -DGENERATE_SRS_SECRET=ON
+ -DGENERATE_SRS_SECRET=OFF
-DWITH_MILTER=OFF
-DWITH_SQLITE=OFF