Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/
Date: Mon, 04 Oct 2021 08:26:27
Message-Id: 1633335954.90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd.polynomial-c@gentoo
1 commit: 90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 08:25:54 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 08:25:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f90e4c
7
8 mail-mta/msmtp: Removed unused "multilib" eclass inherit
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 mail-mta/msmtp/msmtp-1.8.12.ebuild | 2 +-
13 mail-mta/msmtp/msmtp-1.8.16.ebuild | 2 +-
14 mail-mta/msmtp/msmtp-1.8.17.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/mail-mta/msmtp/msmtp-1.8.12.ebuild b/mail-mta/msmtp/msmtp-1.8.12.ebuild
18 index 28b0a875cb2..1593b798c0a 100644
19 --- a/mail-mta/msmtp/msmtp-1.8.12.ebuild
20 +++ b/mail-mta/msmtp/msmtp-1.8.12.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit fcaps multilib
26 +inherit fcaps
27
28 DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
29 HOMEPAGE="https://marlam.de/msmtp/"
30
31 diff --git a/mail-mta/msmtp/msmtp-1.8.16.ebuild b/mail-mta/msmtp/msmtp-1.8.16.ebuild
32 index aca3fa1b170..9e91391eb5d 100644
33 --- a/mail-mta/msmtp/msmtp-1.8.16.ebuild
34 +++ b/mail-mta/msmtp/msmtp-1.8.16.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=8
38
39 -inherit fcaps multilib
40 +inherit fcaps
41
42 DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
43 HOMEPAGE="https://marlam.de/msmtp/"
44
45 diff --git a/mail-mta/msmtp/msmtp-1.8.17.ebuild b/mail-mta/msmtp/msmtp-1.8.17.ebuild
46 index aca3fa1b170..9e91391eb5d 100644
47 --- a/mail-mta/msmtp/msmtp-1.8.17.ebuild
48 +++ b/mail-mta/msmtp/msmtp-1.8.17.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=8
52
53 -inherit fcaps multilib
54 +inherit fcaps
55
56 DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
57 HOMEPAGE="https://marlam.de/msmtp/"