diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-09-05 11:24:11 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-09-05 11:24:11 +0200 |
commit | efc1a9262b0744daaac2a7a6137ea5dd86f33963 (patch) | |
tree | 4b96297497f36500af878d69c7803ce2cdd248a5 /mail-mta | |
parent | dev-python/pykerberos: marked ~arm (diff) | |
download | gentoo-efc1a9262b0744daaac2a7a6137ea5dd86f33963.tar.gz gentoo-efc1a9262b0744daaac2a7a6137ea5dd86f33963.tar.bz2 gentoo-efc1a9262b0744daaac2a7a6137ea5dd86f33963.zip |
mail-mta/exim: proxy no longer is experimental, thanks Eugene O Alexeyev
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.89-r1.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/mail-mta/exim/exim-4.89-r1.ebuild b/mail-mta/exim/exim-4.89-r1.ebuild index 8a1a3ff8af80..bf87e38b48d4 100644 --- a/mail-mta/exim/exim-4.89-r1.ebuild +++ b/mail-mta/exim/exim-4.89-r1.ebuild @@ -329,6 +329,13 @@ src_configure() { EOC fi + # Proxy Protocol + if use proxy; then + cat >> Makefile <<- EOC + SUPPORT_PROXY=yes + EOC + fi + # # experimental features @@ -375,13 +382,6 @@ src_configure() { EOC fi - # Proxy Protocol - if use proxy; then - cat >> Makefile <<- EOC - EXPERIMENTAL_PROXY=yes - EOC - fi - # Delivery Sender Notifications if use dsn; then cat >> Makefile <<- EOC @@ -522,7 +522,6 @@ pkg_postinst() { einfo "experimental-spec.txt." fi use tpda && einfo "TPDA/EVENT support is experimental" - use proxy && einfo "proxy support is experimental" use dsn && einfo "DSN support is experimental" elog "The obsolete acl condition 'demime' is removed, the replacements" elog "are the ACLs acl_smtp_mime and acl_not_smtp_mime" |