diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 12:28:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 12:36:24 +0000 |
commit | 87b91c4f053c9c1c7588a5634817e6766de555ea (patch) | |
tree | e9ad6ad3d35303e412f70a4d54ddb11e59baa575 /sys-apps/gawk | |
parent | app-doc/single-unix-specification: EAPI 8 (diff) | |
download | gentoo-87b91c4f053c9c1c7588a5634817e6766de555ea.tar.gz gentoo-87b91c4f053c9c1c7588a5634817e6766de555ea.tar.bz2 gentoo-87b91c4f053c9c1c7588a5634817e6766de555ea.zip |
sys-apps/gawk: add comment re MPFR future
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r-- | sys-apps/gawk/gawk-5.2.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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=" |