summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-01-07 00:37:52 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-01-07 00:37:52 +0100
commit46661287461c06ceda9759828071c369373eb79a (patch)
tree2babcddf0f74dcf404d10fa02d9275e7b233a8dd /mail-mta
parentdev-util/packer: new package (diff)
downloadgentoo-46661287461c06ceda9759828071c369373eb79a.tar.gz
gentoo-46661287461c06ceda9759828071c369373eb79a.tar.bz2
gentoo-46661287461c06ceda9759828071c369373eb79a.zip
mail-mta/msmtp: Revbump to fix USE="idn -ssl" builds.
Closes: https://bugs.gentoo.org/674686 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/msmtp/msmtp-1.8.1-r1.ebuild (renamed from mail-mta/msmtp/msmtp-1.8.1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-mta/msmtp/msmtp-1.8.1.ebuild b/mail-mta/msmtp/msmtp-1.8.1-r1.ebuild
index 07cedc460ef4..94bbeb282bd5 100644
--- a/mail-mta/msmtp/msmtp-1.8.1.ebuild
+++ b/mail-mta/msmtp/msmtp-1.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -63,6 +63,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
+ --disable-gai-idn
$(use_enable nls)
$(use_with daemon msmtpd)
$(use_with gnome-keyring libsecret)