diff options
Diffstat (limited to 'net-mail/checkgmail/checkgmail-1.12.ebuild')
-rw-r--r-- | net-mail/checkgmail/checkgmail-1.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/checkgmail/checkgmail-1.12.ebuild b/net-mail/checkgmail/checkgmail-1.12.ebuild index 500f54719..8f7420f91 100644 --- a/net-mail/checkgmail/checkgmail-1.12.ebuild +++ b/net-mail/checkgmail/checkgmail-1.12.ebuild @@ -26,9 +26,9 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! built_with_use dev-lang/perl ithreads ; then - eerror "Please (re)emerge perl with the ithreads USE flag on before " - eerror "emerging checkgmail" - die "please (re)emerge net-mail/checkgmail with USE='ithreads'" + local msg="Please (re)emerge dev-lang/perl with the ithreads USE flag on" + eerror "${msg}" + die "${msg}" fi } |