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 B62C41382C5 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 D5205E0921; Thu, 22 Feb 2018 20:49:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B6B9DE0921 for ; Thu, 22 Feb 2018 20:49:17 +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 76DDE335C43 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 F3501207 for ; Thu, 22 Feb 2018 20:49:14 +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: <1519332370.7d6c9601a83469dae4fb61010ce2659e69c22895.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-packaging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild X-VCS-Directories: dev-python/jaraco-packaging/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d6c9601a83469dae4fb61010ce2659e69c22895 X-VCS-Branch: master Date: Thu, 22 Feb 2018 20:49:14 +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: d9ac959a-8f73-4ff1-b33f-e18daed1e69c X-Archives-Hash: 22626eed0b127c7afac9015dabe23424 commit: 7d6c9601a83469dae4fb61010ce2659e69c22895 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 22 20:46:10 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 22 20:46:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6c9601 dev-python/jaraco-packaging: Tested on ~amd64-fbsd dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild index 1fc9439153a..7c1303e6a17 100644 --- a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild +++ b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,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/six-1.4[${PYTHON_USEDEP}]"