diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-11-12 20:32:41 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-11-12 20:32:41 -0500 |
commit | c98d4e43cf34fb8b632e52aeadb6484e91517928 (patch) | |
tree | 878978f79129c2e6e491afccec9d49a9784eba62 /mail-mta | |
parent | net-misc/stunnel: drop 'ipv6' USE flag (diff) | |
download | gentoo-c98d4e43cf34fb8b632e52aeadb6484e91517928.tar.gz gentoo-c98d4e43cf34fb8b632e52aeadb6484e91517928.tar.bz2 gentoo-c98d4e43cf34fb8b632e52aeadb6484e91517928.zip |
mail-mta/ssmtp: drop /usr/bin/sendmail symlink
Closes: https://bugs.gentoo.org/880143
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.64-r5.ebuild (renamed from mail-mta/ssmtp/ssmtp-2.64-r4.ebuild) | 1 | ||||
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild (renamed from mail-mta/ssmtp/ssmtp-2.64_p11.ebuild) | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild b/mail-mta/ssmtp/ssmtp-2.64-r5.ebuild index bfbfa4870715..8662f8c9b94d 100644 --- a/mail-mta/ssmtp/ssmtp-2.64-r4.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64-r5.ebuild @@ -123,7 +123,6 @@ src_install() { if use mta; then dosym ../sbin/ssmtp /usr/lib/sendmail - dosym ../sbin/ssmtp /usr/bin/sendmail dosym ssmtp /usr/sbin/sendmail dosym ../sbin/ssmtp /usr/bin/mailq dosym ../sbin/ssmtp /usr/bin/newaliases diff --git a/mail-mta/ssmtp/ssmtp-2.64_p11.ebuild b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild index cd381a383eda..6fdb0f1c342d 100644 --- a/mail-mta/ssmtp/ssmtp-2.64_p11.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild @@ -134,7 +134,6 @@ src_install() { if use mta; then dosym ../sbin/ssmtp /usr/lib/sendmail - dosym ../sbin/ssmtp /usr/bin/sendmail dosym ssmtp /usr/sbin/sendmail dosym ../sbin/ssmtp /usr/bin/mailq dosym ../sbin/ssmtp /usr/bin/newaliases |