commit: 3af9a5d2e6dc4ba078180ce2215ff0bb4a24053d Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Sat Oct 12 18:28:32 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Oct 14 07:46:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af9a5d2
mail-mta/msmtp: Fix internal collision. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Closes: https://bugs.gentoo.org/697570 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> mail-mta/msmtp/msmtp-1.8.3.ebuild | 4 +--- mail-mta/msmtp/msmtp-1.8.5-r1.ebuild | 4 +--- mail-mta/msmtp/msmtp-1.8.6.ebuild | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/mail-mta/msmtp/msmtp-1.8.3.ebuild b/mail-mta/msmtp/msmtp-1.8.3.ebuild index b9dfbfba2bf..52bcaba3af6 100644 --- a/mail-mta/msmtp/msmtp-1.8.3.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -97,8 +97,6 @@ src_install() { fi if use mta ; then - dodir /usr/sbin - dosym ../bin/msmtp /usr/sbin/sendmail dosym msmtp /usr/bin/sendmail dosym ../bin/msmtp /usr/$(get_libdir)/sendmail fi diff --git a/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild b/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild index 416ef1aa3cf..967774288fe 100644 --- a/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -101,8 +101,6 @@ src_install() { fi if use mta ; then - dodir /usr/sbin - dosym ../bin/msmtp /usr/sbin/sendmail dosym msmtp /usr/bin/sendmail dosym ../bin/msmtp /usr/$(get_libdir)/sendmail fi diff --git a/mail-mta/msmtp/msmtp-1.8.6.ebuild b/mail-mta/msmtp/msmtp-1.8.6.ebuild index 416ef1aa3cf..967774288fe 100644 --- a/mail-mta/msmtp/msmtp-1.8.6.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -101,8 +101,6 @@ src_install() { fi if use mta ; then - dodir /usr/sbin - dosym ../bin/msmtp /usr/sbin/sendmail dosym msmtp /usr/bin/sendmail dosym ../bin/msmtp /usr/$(get_libdir)/sendmail fi
