commit: 57f3d2e8a13677127a01d90ae48b979389ded7ba Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Mon Oct 29 08:08:11 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Oct 29 08:08:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3d2e8
mail-mta/msmtp: dohtml is banned in EAPI-7 Closes: https://bugs.gentoo.org/669900 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 mail-mta/msmtp/msmtp-1.6.8-r2.ebuild | 5 ++--- 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 2716f7113dc..8fadb17207e 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 bfd8ac0fa06..07cedc460ef 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
