Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 820038 | Differences between
and this patch

Collapse All | Expand All

(-)a/mail-client/neomutt/neomutt-99999999.ebuild (-7 / +6 lines)
Lines 148-161 src_install() { Link Here
148
148
149
pkg_postinst() {
149
pkg_postinst() {
150
	if use gpgme && ( use pgp-classic || use smime-classic ); then
150
	if use gpgme && ( use pgp-classic || use smime-classic ); then
151
		ewarn "  Note that gpgme (old gpg) includes both pgp and smime"
151
		ewarn "Note that gpgme (old gpg) includes both pgp and smime"
152
		ewarn "  support.  You can probably remove pgp-classic (old crypt)"
152
		ewarn "support.  You can probably remove pgp-classic (old crypt)"
153
		ewarn "  and smime-classic (old smime) from your USE-flags and"
153
		ewarn "and smime-classic (old smime) from your USE-flags and"
154
		ewarn "  only enable gpgme."
154
		ewarn "only enable gpgme."
155
	fi
155
	fi
156
156
157
	if use autocrypt && ! use idn; then
157
	if use autocrypt && ! use idn; then
158
		ewarn "  It is highly recommended that NeoMutt be also configured"
158
		ewarn "It is highly recommended that NeoMutt be also configured"
159
		ewarn "  with idn when autocrypt is enabled."
159
		ewarn "with idn when autocrypt is enabled."
160
	fi
160
	fi
161
}
161
}
162
- 

Return to bug 820038