diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-06-14 09:32:58 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-06-14 09:38:35 -0400 |
commit | 52b8aa248f2d4dd8e6c55bd1b710535e5806b66f (patch) | |
tree | 4ad4f2ea84e72b482585114ae3311da972c311fc /mail-filter/opendkim | |
parent | mail-filter/opendkim: fix building against BerkeleyDB. (diff) | |
download | gentoo-52b8aa248f2d4dd8e6c55bd1b710535e5806b66f.tar.gz gentoo-52b8aa248f2d4dd8e6c55bd1b710535e5806b66f.tar.bz2 gentoo-52b8aa248f2d4dd8e6c55bd1b710535e5806b66f.zip |
mail-filter/opendkim: drop --enable-popauth flag.
The "--enable-popauth" flag was enabled automatically when USE=berkdb
was set, which already doesn't make any sense. This was noticed while
investigating bug 684958. However, "popauth" refers to POP-before-SMTP,
which is an outdated and altogether ridiculous way of authenticating.
No one competent has used it since the 1990s. Instead of converting it
to an independent local USE flag, this new -r15 just drops it.
Bug: https://bugs.gentoo.org/687972
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'mail-filter/opendkim')
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r15.ebuild (renamed from mail-filter/opendkim/opendkim-2.10.3-r14.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r15.ebuild index ff45f1dac4db..2a84537cc6a6 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r15.ebuild @@ -69,7 +69,6 @@ src_configure() { if use berkdb ; then myconf+=( --with-db-incdir=$(db_includedir) - --enable-popauth --enable-query_cache --enable-stats ) |