From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A6001396D0 for ; Tue, 5 Sep 2017 09:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A44E0D33; Tue, 5 Sep 2017 09:25:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51231E0D33 for ; Tue, 5 Sep 2017 09:25:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2380633BEBE for ; Tue, 5 Sep 2017 09:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82C528E33 for ; Tue, 5 Sep 2017 09:25:09 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1504603451.efc1a9262b0744daaac2a7a6137ea5dd86f33963.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/exim/exim-4.89-r1.ebuild X-VCS-Directories: mail-mta/exim/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: efc1a9262b0744daaac2a7a6137ea5dd86f33963 X-VCS-Branch: master Date: Tue, 5 Sep 2017 09:25:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a419b136-1c20-4e05-a2ff-9e095f1a8aff X-Archives-Hash: d34a55376987d19eebacd1733e3d8654 commit: efc1a9262b0744daaac2a7a6137ea5dd86f33963 Author: Fabian Groffen gentoo org> AuthorDate: Tue Sep 5 09:24:11 2017 +0000 Commit: Fabian Groffen gentoo 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"