diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2018-10-29 09:08:11 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-10-29 09:08:40 +0100 |
commit | 57f3d2e8a13677127a01d90ae48b979389ded7ba (patch) | |
tree | 0c051813f6d92434db20017ce24a9987d012e770 /mail-mta | |
parent | dev-tcltk/tclpython: Version bump to 5.0 (diff) | |
download | gentoo-57f3d2e8a13677127a01d90ae48b979389ded7ba.tar.gz gentoo-57f3d2e8a13677127a01d90ae48b979389ded7ba.tar.bz2 gentoo-57f3d2e8a13677127a01d90ae48b979389ded7ba.zip |
mail-mta/msmtp: dohtml is banned in EAPI-7
Closes: https://bugs.gentoo.org/669900
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/msmtp/msmtp-1.6.8-r2.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.8.0-r1.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild index 2716f7113dcf..8fadb17207e5 100644 --- a/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild +++ b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -87,8 +87,7 @@ src_install() { default if use doc ; then - dohtml doc/msmtp.html - dodoc doc/msmtp.pdf + dodoc doc/msmtp.{html,pdf} fi if use mta ; then diff --git a/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild index bfd8ac0fa06d..07cedc460ef4 100644 --- a/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild +++ b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -92,8 +92,7 @@ src_install() { fi if use doc ; then - dohtml doc/msmtp.html - dodoc doc/msmtp.pdf + dodoc doc/msmtp.{html,pdf} fi if use mta ; then |