summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2022-12-23 14:00:55 +0100
committerEray Aslan <eras@gentoo.org>2022-12-23 14:00:55 +0100
commit971778a73c54d4a99499416bef2e238d9528ecdd (patch)
treea540f7df4babe267cac4fe6f193ccf30d6edab04 /net-mail
parentnet-mail/dovecot: add 2.3.20 (diff)
downloadgentoo-971778a73c54d4a99499416bef2e238d9528ecdd.tar.gz
gentoo-971778a73c54d4a99499416bef2e238d9528ecdd.tar.bz2
gentoo-971778a73c54d4a99499416bef2e238d9528ecdd.zip
net-mail/dovecot: remove ipv6 flag
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dovecot/dovecot-2.3.20.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mail/dovecot/dovecot-2.3.20.ebuild b/net-mail/dovecot/dovecot-2.3.20.ebuild
index 11b7a79b8fae..eec1b762d79d 100644
--- a/net-mail/dovecot/dovecot-2.3.20.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.20.ebuild
@@ -33,7 +33,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~
IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite"
IUSE_DOVECOT_COMPRESS="lz4 zstd"
-IUSE_DOVECOT_OTHER="argon2 caps doc ipv6 lucene managesieve rpc
+IUSE_DOVECOT_OTHER="argon2 caps doc lucene managesieve rpc
selinux sieve solr static-libs stemmer suid systemd tcpd textcat unwind"
IUSE="${IUSE_DOVECOT_AUTH} ${IUSE_DOVECOT_COMPRESS} ${IUSE_DOVECOT_OTHER}"
@@ -236,12 +236,6 @@ src_install() {
|| die "failed to update PAM settings in 10-auth.conf"
fi
- # Disable ipv6 if necessary
- if ! use ipv6; then
- sed -i -e 's/^#listen = \*, ::/listen = \*/g' "${conf}" \
- || die "failed to update listen settings in dovecot.conf"
- fi
-
# Update ssl cert locations
sed -i -e 's:^#ssl = yes:ssl = yes:' "${confd}/10-ssl.conf" \
|| die "ssl conf failed"