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 7BA4C1382C5 for ; Thu, 22 Feb 2018 20:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B07FEE091A; Thu, 22 Feb 2018 20:49:17 +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 8F8BEE091A for ; Thu, 22 Feb 2018 20:49:17 +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 551EF335C3E for ; Thu, 22 Feb 2018 20:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 141A5211 for ; Thu, 22 Feb 2018 20:49:15 +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: <1519332375.e5312ccc4498b05ce5fb4ea4f9f9aa7d80782989.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild X-VCS-Directories: dev-python/backports-unittest-mock/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e5312ccc4498b05ce5fb4ea4f9f9aa7d80782989 X-VCS-Branch: master Date: Thu, 22 Feb 2018 20:49:15 +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: 203618ee-de3d-4b97-b9c7-477f54ec778a X-Archives-Hash: 245a1773e999f93f777ffecde50544a5 commit: e5312ccc4498b05ce5fb4ea4f9f9aa7d80782989 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 22 20:46:15 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 22 20:46:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5312ccc dev-python/backports-unittest-mock: 1.3 tested on ~amd64-fbsd dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild index b896976c432..a69fe3c17b5 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd" IUSE="doc test" RDEPEND="dev-python/backports[${PYTHON_USEDEP}]