From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1472031-garchives=archives.gentoo.org@lists.gentoo.org> 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 CAFE1158020 for <garchives@archives.gentoo.org>; Tue, 27 Dec 2022 20:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE49E0878; Tue, 27 Dec 2022 20:20:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E97EEE0878 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Dec 2022 20:20:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B03D340C15 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Dec 2022 20:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 539BA6F8 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Dec 2022 20:20:28 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1672172414.1b412470751218c4e696d93f55fc5ab6392d4d89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/metadata.xml X-VCS-Directories: dev-lang/python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1b412470751218c4e696d93f55fc5ab6392d4d89 X-VCS-Branch: master Date: Tue, 27 Dec 2022 20:20:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e5faf73-5b54-41ff-a7ff-b721a8f6d259 X-Archives-Hash: d2e096a910c77d64d6d26a8b50304104 commit: 1b412470751218c4e696d93f55fc5ab6392d4d89 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 20:19:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 20:20:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b412470 dev-lang/python: elaborate USE=pgo description Bug: https://bugs.gentoo.org/888655 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/python/metadata.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml index 648562ff2106..66d5aec84c7a 100644 --- a/dev-lang/python/metadata.xml +++ b/dev-lang/python/metadata.xml @@ -20,6 +20,8 @@ </flag> <flag name="pgo"> Optimize the build using Profile Guided Optimization (PGO) + by running Python's test suite and collecting statistics + based on its performance. This will take longer to build. </flag> <flag name="lto"> Optimize the build using Link Time Optimization (LTO)