summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-11-03 14:47:13 +0100
committerFabian Groffen <grobian@gentoo.org>2019-11-03 14:47:25 +0100
commit52628a5792544b139f76f10dacf544a5511b7215 (patch)
treea45e7c810ba46fc3c5a114cdd4a90b052a1b7a8e /mail-client
parentmedia-libs/tiff: Drop insecure (diff)
downloadgentoo-52628a5792544b139f76f10dacf544a5511b7215.tar.gz
gentoo-52628a5792544b139f76f10dacf544a5511b7215.tar.bz2
gentoo-52628a5792544b139f76f10dacf544a5511b7215.zip
mail-client/mutt-1.12.2-r2: fix USE-flag name, thanks toralf, bug #699230,
Closes: https://bugs.gentoo.org/699230 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mutt/mutt-1.12.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/mutt/mutt-1.12.2-r2.ebuild b/mail-client/mutt/mutt-1.12.2-r2.ebuild
index 06de6bae9add..94df0e4f961c 100644
--- a/mail-client/mutt/mutt-1.12.2-r2.ebuild
+++ b/mail-client/mutt/mutt-1.12.2-r2.ebuild
@@ -255,7 +255,7 @@ pkg_postinst() {
elog " https://wiki.gentoo.org/wiki/Mutt"
echo
fi
- if use gpg_classic || use smime_classic ; then
+ if use pgp_classic || use smime_classic ; then
ewarn "Please note that crypto related USE-flags of mutt have changed."
ewarn "To compile to PMS, the following USE-flags are renamed:"
ewarn "(see https://bugs.gentoo.org/695078)"