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 A3FA8138359 for ; Sat, 17 Oct 2020 16:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA0CE0958; Sat, 17 Oct 2020 16:41:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B5809E0958 for ; Sat, 17 Oct 2020 16:41:28 +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 EA23F335D5C for ; Sat, 17 Oct 2020 16:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE313A1 for ; Sat, 17 Oct 2020 16:41:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602952870.28b649c0d59dc0af8ad5a3cec3c350cceaaf5560.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-regressions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-regressions/pytest-regressions-2.0.1.ebuild X-VCS-Directories: dev-python/pytest-regressions/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 28b649c0d59dc0af8ad5a3cec3c350cceaaf5560 X-VCS-Branch: master Date: Sat, 17 Oct 2020 16:41:24 +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: 6d18e9d6-4dbb-4e90-a4cb-0fd1ce15f5e6 X-Archives-Hash: 8ea8415ab492666c2d112e95fa7aed70 commit: 28b649c0d59dc0af8ad5a3cec3c350cceaaf5560 Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 17 15:51:52 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 17 16:41:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b649c0 dev-python/pytest-regressions: stabilize 2.0.1 on amd64 Bug: https://bugs.gentoo.org/749408 Signed-off-by: Joonas Niilola gentoo.org> dev-python/pytest-regressions/pytest-regressions-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-regressions/pytest-regressions-2.0.1.ebuild b/dev-python/pytest-regressions/pytest-regressions-2.0.1.ebuild index c182743328e..d9507ebd099 100644 --- a/dev-python/pytest-regressions/pytest-regressions-2.0.1.ebuild +++ b/dev-python/pytest-regressions/pytest-regressions-2.0.1.ebuild @@ -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="test? ( dev-python/matplotlib[${PYTHON_USEDEP}]