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 6FDEC138332 for ; Wed, 21 Feb 2018 20:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F62E0933; Wed, 21 Feb 2018 20:18:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2F826E0933 for ; Wed, 21 Feb 2018 20:18:55 +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 2AF60335C4B for ; Wed, 21 Feb 2018 20:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAC4F235 for ; Wed, 21 Feb 2018 20:18:51 +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: <1519244318.6a47083706dea061e0208914e1114f79b50571dc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PySocks/PySocks-1.6.7.ebuild X-VCS-Directories: dev-python/PySocks/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a47083706dea061e0208914e1114f79b50571dc X-VCS-Branch: master Date: Wed, 21 Feb 2018 20:18:51 +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: 72456d6f-6d35-4eb8-b7a0-edebebe98818 X-Archives-Hash: 30bbb09e7b791f38f12680eb83e19799 commit: 6a47083706dea061e0208914e1114f79b50571dc Author: Michał Górny gentoo org> AuthorDate: Wed Feb 21 19:00:15 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 21 20:18:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a470837 dev-python/PySocks: Keyword ~amd64-fbsd dev-python/PySocks/PySocks-1.6.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PySocks/PySocks-1.6.7.ebuild b/dev-python/PySocks/PySocks-1.6.7.ebuild index aa40cc6b1dd..f6c3fd6507c 100644 --- a/dev-python/PySocks/PySocks-1.6.7.ebuild +++ b/dev-python/PySocks/PySocks-1.6.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"