commit:     efc1a9262b0744daaac2a7a6137ea5dd86f33963
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 09:24:11 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 09:24:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc1a926

mail-mta/exim: proxy no longer is experimental, thanks Eugene O Alexeyev

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-mta/exim/exim-4.89-r1.ebuild | 15 +++++++--------
 1 file 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 8a1a3ff8af8..bf87e38b48d 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"

Reply via email to