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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13C701382C5 for ; Fri, 9 Apr 2021 23:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DBD5E0839; Fri, 9 Apr 2021 23:17:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EB27E0839 for ; Fri, 9 Apr 2021 23:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB821340988 for ; Fri, 9 Apr 2021 23:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A77CC for ; Fri, 9 Apr 2021 23:17:42 +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: <1618010186.1137a7ecce67c48fc9a69ab320c6156c40366122.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/install-qa-check.d/60python-pyc X-VCS-Directories: metadata/install-qa-check.d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1137a7ecce67c48fc9a69ab320c6156c40366122 X-VCS-Branch: master Date: Fri, 9 Apr 2021 23:17:42 +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: a9a0bdbb-f99b-4e1a-84d4-78a2cfd7b275 X-Archives-Hash: 61841f54359e1044fb5a41970b40b0ce commit: 1137a7ecce67c48fc9a69ab320c6156c40366122 Author: Sam James gentoo org> AuthorDate: Fri Apr 9 23:16:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 9 23:16:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1137a7ec metadata/install-qa-check.d: disable non-applicable QA checks for EAPI 5 Fixes: bdcfb21ca5a84567e9c9d6a456374a05e798f78e Closes: https://bugs.gentoo.org/781878 Signed-off-by: Sam James gentoo.org> metadata/install-qa-check.d/60python-pyc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/install-qa-check.d/60python-pyc b/metadata/install-qa-check.d/60python-pyc index b2af142fc49..ddc1bf531cd 100644 --- a/metadata/install-qa-check.d/60python-pyc +++ b/metadata/install-qa-check.d/60python-pyc @@ -1,10 +1,10 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # QA check: ensure that Python modules are compiled after installing # Maintainer: Python project -if [[ ${EAPI} == [5-7] ]]; then +if [[ ${EAPI} == [6-7] ]]; then inherit python-utils-r1 python_pyc_check() {