diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-10-04 10:25:54 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-10-04 10:25:54 +0200 |
commit | 90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd (patch) | |
tree | 5d0e1a333c6b254f0c53a3a232f858a5ef216d9d /mail-mta | |
parent | mail-mta/msmtp: Removed old (diff) | |
download | gentoo-90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd.tar.gz gentoo-90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd.tar.bz2 gentoo-90f90e4c0fa088ecbc72e1db91c94ab5e7efc6bd.zip |
mail-mta/msmtp: Removed unused "multilib" eclass inherit
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/msmtp/msmtp-1.8.12.ebuild | 2 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.8.16.ebuild | 2 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.8.17.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/msmtp/msmtp-1.8.12.ebuild b/mail-mta/msmtp/msmtp-1.8.12.ebuild index 28b0a875cb26..1593b798c0a4 100644 --- a/mail-mta/msmtp/msmtp-1.8.12.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit fcaps multilib +inherit fcaps DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="https://marlam.de/msmtp/" diff --git a/mail-mta/msmtp/msmtp-1.8.16.ebuild b/mail-mta/msmtp/msmtp-1.8.16.ebuild index aca3fa1b1709..9e91391eb5d4 100644 --- a/mail-mta/msmtp/msmtp-1.8.16.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit fcaps multilib +inherit fcaps DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="https://marlam.de/msmtp/" diff --git a/mail-mta/msmtp/msmtp-1.8.17.ebuild b/mail-mta/msmtp/msmtp-1.8.17.ebuild index aca3fa1b1709..9e91391eb5d4 100644 --- a/mail-mta/msmtp/msmtp-1.8.17.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.17.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit fcaps multilib +inherit fcaps DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="https://marlam.de/msmtp/" |