From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7792158020 for ; Sat, 24 Dec 2022 12:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B671E08C8; Sat, 24 Dec 2022 12:55:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E354FE08CD for ; Sat, 24 Dec 2022 12:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B3D0335D99 for ; Sat, 24 Dec 2022 12:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D14A7F1 for ; Sat, 24 Dec 2022 12:55:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671885384.87b91c4f053c9c1c7588a5634817e6766de555ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gawk/gawk-5.2.1.ebuild X-VCS-Directories: sys-apps/gawk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87b91c4f053c9c1c7588a5634817e6766de555ea X-VCS-Branch: master Date: Sat, 24 Dec 2022 12:55:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5579c065-7ac2-41da-87ff-fdbeceb78faf X-Archives-Hash: 1d421730537d7aff21420116539bfed4 commit: 87b91c4f053c9c1c7588a5634817e6766de555ea Author: Sam James gentoo org> AuthorDate: Sat Dec 24 12:28:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 24 12:36:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b91c4f sys-apps/gawk: add comment re MPFR future Signed-off-by: Sam James gentoo.org> sys-apps/gawk/gawk-5.2.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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="