commit:     3250fd9595a604917d8f833f1064badbb39407dd
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 09:42:24 2019 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 09:42:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3250fd95

mail-filter/maildrop: Fix USE="-tools".

It tried to delete a file that no longer exists in current versions.
Not bumping, because users affected by this bug wouldn't have been
able to install the package.

Resolves: https://bugs.gentoo.org/676834
Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 mail-filter/maildrop/maildrop-3.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mail-filter/maildrop/maildrop-3.0.0.ebuild 
b/mail-filter/maildrop/maildrop-3.0.0.ebuild
index 78fef8c29c6..a515d2e8ab9 100644
--- a/mail-filter/maildrop/maildrop-3.0.0.ebuild
+++ b/mail-filter/maildrop/maildrop-3.0.0.ebuild
@@ -128,7 +128,6 @@ src_install() {
                for tool in "maildirmake" "deliverquota"; do
                        rm "${D}/usr/bin/${tool}" || die
                        rm "${D}/usr/share/man/man"[0-9]"/${tool}."[0-9] || die
-                       rm "${D}/usr/share/maildrop/html/${tool}.html" || die
                done
                rm "${D}/usr/share/man/man5/maildir.5" || die
        fi

Reply via email to