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 2255D15800F for ; Fri, 27 Jan 2023 08:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C3B3E09F9; Fri, 27 Jan 2023 08:38:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4F9C6E09F9 for ; Fri, 27 Jan 2023 08:38:26 +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 629E23410D4 for ; Fri, 27 Jan 2023 08:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB923889 for ; Fri, 27 Jan 2023 08:38:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1674808641.fe3d9c11ba3460e8c5677ebfe45399e3396ea8d9.ulm@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/package/ebuild/config.py X-VCS-Directories: lib/portage/package/ebuild/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fe3d9c11ba3460e8c5677ebfe45399e3396ea8d9 X-VCS-Branch: master Date: Fri, 27 Jan 2023 08:38:23 +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: 31af2964-aa2b-4229-868e-396d0a5761bd X-Archives-Hash: 767fac1ea643120f8db52a7870b63058 commit: fe3d9c11ba3460e8c5677ebfe45399e3396ea8d9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 27 08:37:21 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 27 08:37:21 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fe3d9c11 package/ebuild/config.py: Move a comment to make black happy Signed-off-by: Ulrich Müller gentoo.org> lib/portage/package/ebuild/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/package/ebuild/config.py b/lib/portage/package/ebuild/config.py index f66bf6485..9ed59eb74 100644 --- a/lib/portage/package/ebuild/config.py +++ b/lib/portage/package/ebuild/config.py @@ -3347,8 +3347,8 @@ class config: if not (src_like_phase and eapi_attrs.broot): mydict.pop("BROOT", None) - # Prefix variables are supported beginning with EAPI 3. if phase == "depend" or ( + # Prefix variables are supported beginning with EAPI 3. eapi is not None and not eapi_supports_prefix(eapi) ):