From 87b91c4f053c9c1c7588a5634817e6766de555ea Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Sat, 24 Dec 2022 12:28:05 +0000
Subject: sys-apps/gawk: add comment re MPFR future

Signed-off-by: Sam James <sam@gentoo.org>
---
 sys-apps/gawk/gawk-5.2.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'sys-apps/gawk')

diff --git a/sys-apps/gawk/gawk-5.2.1.ebuild b/sys-apps/gawk/gawk-5.2.1.ebuild
index 53a5f8031952..097387e8a4a1 100644
--- a/sys-apps/gawk/gawk-5.2.1.ebuild
+++ b/sys-apps/gawk/gawk-5.2.1.ebuild
@@ -34,6 +34,9 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
+# While tempting to enable mpfr by default as e.g. Fedora do, as of 5.2.x,
+# MPFR support is "on parole" and may be removed:
+# https://www.gnu.org/software/gawk/manual/html_node/MPFR-On-Parole.html.
 IUSE="mpfr pma nls readline"
 
 RDEPEND="
-- 
cgit v1.2.3-65-gdbad