Skip to content

Commit

Permalink
mail-mta/exim: proxy no longer is experimental, thanks Eugene O Alexeyev
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
grobian committed Sep 5, 2017
1 parent 3d76d9c commit efc1a92
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions mail-mta/exim/exim-4.89-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,13 @@ src_configure() {
EOC
fi

# Proxy Protocol
if use proxy; then
cat >> Makefile <<- EOC
SUPPORT_PROXY=yes
EOC
fi

#
# experimental features

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit efc1a92

Please sign in to comment.