From: Lars Wendler Date: Sun, 6 Jan 2019 23:37:52 +0000 (+0100) Subject: mail-mta/msmtp: Revbump to fix USE="idn -ssl" builds. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=46661287461c06ceda9759828071c369373eb79a;p=gentoo.git 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 --- diff --git a/mail-mta/msmtp/msmtp-1.8.1.ebuild b/mail-mta/msmtp/msmtp-1.8.1-r1.ebuild similarity index 98% rename from mail-mta/msmtp/msmtp-1.8.1.ebuild rename to 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)