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 BA6B11382C5 for ; Thu, 18 Feb 2021 08:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F42EE0908; Thu, 18 Feb 2021 08:39:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6398EE0907 for ; Thu, 18 Feb 2021 08:39:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8C960340C23 for ; Thu, 18 Feb 2021 08:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D58E5533 for ; Thu, 18 Feb 2021 08:39: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: <1613637572.2ca7b6f096691c577ab2983511f76c57ba3985ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-faulthandler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-faulthandler/pytest-faulthandler-1.6.0.ebuild X-VCS-Directories: dev-python/pytest-faulthandler/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ca7b6f096691c577ab2983511f76c57ba3985ab X-VCS-Branch: master Date: Thu, 18 Feb 2021 08:39: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: f236d88e-9702-42c4-aac5-14a475bc6cc6 X-Archives-Hash: 98e4ec19662cea9c4072d804094e20b8 commit: 2ca7b6f096691c577ab2983511f76c57ba3985ab Author: Sam James gentoo org> AuthorDate: Thu Feb 18 08:39:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 18 08:39:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca7b6f0 dev-python/pytest-faulthandler: Stabilize 1.6.0 amd64, #760534 Signed-off-by: Sam James gentoo.org> dev-python/pytest-faulthandler/pytest-faulthandler-1.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-faulthandler/pytest-faulthandler-1.6.0.ebuild b/dev-python/pytest-faulthandler/pytest-faulthandler-1.6.0.ebuild index c2ef1ebeba0..01da741b3e6 100644 --- a/dev-python/pytest-faulthandler/pytest-faulthandler-1.6.0.ebuild +++ b/dev-python/pytest-faulthandler/pytest-faulthandler-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]