mail-filter/spamassassin: disable interactive prompts properly.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 31 Jan 2017 03:02:27 +0000 (22:02 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 31 Jan 2017 03:27:31 +0000 (22:27 -0500)
commitc0507ac8482881f315fc92b4b6f89fc58bd4b1f9
treeca9db6a1cea331201b453ba75ab5b4a8a4df157e
parentf826bfdac0ef0e995d15649f6f2fcec349099f53
mail-filter/spamassassin: disable interactive prompts properly.

The PERL_MM_USE_DEFAULT variable is used to disable the interactive
prompts in SpamAssassin's build system. However, when I dropped the
perl-module.eclass a while back, I only set the variable where it
seemed to be necessary. Where it is necessary turns out to depend on
the package manager, because different package managers may treat the
controlling terminal and file descriptors differently, and that's how
MakeMaker decides whether or not to prompt you.

That problem manifests in Paludis, and is hopefully fixed by exporting
PERL_MM_USE_DEFAULT=1 sooner, in src_configure(). This change should
only affect the build, so it is made without a new revision.

Gentoo-Bug: 604518

Package-Manager: portage-2.3.0
mail-filter/spamassassin/spamassassin-3.4.1-r10.ebuild