commit:     720026ea4d2ce335190e64144ecfa0099ab2e045
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 19:57:57 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 19:57:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720026ea

sys-apps/gawk: enable mpfr by default

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-apps/gawk/gawk-5.3.2.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-apps/gawk/gawk-5.3.2.ebuild b/sys-apps/gawk/gawk-5.3.2.ebuild
index 2d4476058498..4a2e8ea7cbd6 100644
--- a/sys-apps/gawk/gawk-5.3.2.ebuild
+++ b/sys-apps/gawk/gawk-5.3.2.ebuild
@@ -34,10 +34,11 @@ 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"
+# The gawk docs claim MPFR support is "on parole" and may be removed,
+# https://www.gnu.org/software/gawk/manual/html_node/MPFR-On-Parole.html
+# however this is somewhat outdated information, see
+# 
https://public-inbox.org/libc-alpha/[email protected]/
+IUSE="+mpfr pma nls readline"
 
 RDEPEND="
        mpfr? (

Reply via email to