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 C6A2B138335 for ; Mon, 16 Jul 2018 13:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F0E7E07EE; Mon, 16 Jul 2018 13:19:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6E71DE07EE for ; Mon, 16 Jul 2018 13:19:37 +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 EC4D2335C63 for ; Mon, 16 Jul 2018 13:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93B7B377 for ; Mon, 16 Jul 2018 13:19:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1531747167.6ad5ea1002f0fa4ac10e5287d3c3dc0884dcb4c4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-3.6.3.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ad5ea1002f0fa4ac10e5287d3c3dc0884dcb4c4 X-VCS-Branch: master Date: Mon, 16 Jul 2018 13:19: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-Archives-Salt: 564076fb-b580-49e6-bf2f-6049e3c10d2d X-Archives-Hash: d105f8ddfed5280ed9631edc448a2392 commit: 6ad5ea1002f0fa4ac10e5287d3c3dc0884dcb4c4 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 16 13:17:49 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 16 13:19:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad5ea10 dev-python/pytest: Restore ~amd64-fbsd keyword dev-python/pytest/pytest-3.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest/pytest-3.6.3.ebuild b/dev-python/pytest/pytest-3.6.3.ebuild index fcf42f682c5..ddc1b0c0486 100644 --- a/dev-python/pytest/pytest-3.6.3.ebuild +++ b/dev-python/pytest/pytest-3.6.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd" # doc apparently requires sphinxcontrib_trio, not yet packaged IUSE="test" # doc