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 71BCF158030 for ; Sun, 26 Feb 2023 21:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3181E085E; Sun, 26 Feb 2023 21:55:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4727FE086A for ; Sun, 26 Feb 2023 21:55:32 +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 4BAD8335D30 for ; Sun, 26 Feb 2023 21:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E17FB8C1 for ; Sun, 26 Feb 2023 21:55:29 +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: <1677448524.6a34f324a1dd52d15294dcc50995c22b316f6130.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a34f324a1dd52d15294dcc50995c22b316f6130 X-VCS-Branch: master Date: Sun, 26 Feb 2023 21:55:29 +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: 25d56099-48ff-4415-825a-dac6393c8ce8 X-Archives-Hash: 33e6f846cb906395a1afd8cebdd85a4b commit: 6a34f324a1dd52d15294dcc50995c22b316f6130 Author: Oskari Pirhonen gmail com> AuthorDate: Sun Feb 26 21:45:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 26 21:55:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6a34f324 NEWS: mention alphabetized vars Signed-off-by: Oskari Pirhonen gmail.com> Closes: https://github.com/gentoo/portage/pull/998 Signed-off-by: Sam James gentoo.org> NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 3349b6447..9f04bc279 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,8 @@ Bug fixes: * git: correct detection of volatile repositories (bug #895526). +* ebuild(5): alphabetize QA_* vars + portage-3.0.44 (2023-01-15) --------------