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 9943F1382C5 for ; Sun, 28 Mar 2021 12:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 966BFE0880; Sun, 28 Mar 2021 12:17:36 +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 7E7C5E0880 for ; Sun, 28 Mar 2021 12:17:36 +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 D6015340E05 for ; Sun, 28 Mar 2021 12:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 356E5635 for ; Sun, 28 Mar 2021 12:17:33 +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: <1616933815.e8183bc78bf356c5e7c5d016f17736124fe0cc41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild X-VCS-Directories: dev-python/pytest-fixture-config/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8183bc78bf356c5e7c5d016f17736124fe0cc41 X-VCS-Branch: master Date: Sun, 28 Mar 2021 12:17:33 +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: 312ed79e-e2b8-49e4-b5c3-5c4901bb2d61 X-Archives-Hash: f1abc11a65c30d3ebff650b6050237cb commit: e8183bc78bf356c5e7c5d016f17736124fe0cc41 Author: Sam James gentoo org> AuthorDate: Sun Mar 28 12:08:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 28 12:16:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8183bc7 dev-python/pytest-fixture-config: ~x64-macos keyworded Signed-off-by: Sam James gentoo.org> .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild index 0acdbcc4206..90b4e0cd5c9 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}]