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 588C9138AE9 for ; Wed, 27 Dec 2017 19:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C78F5E0FA1; Wed, 27 Dec 2017 19:02:10 +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 A4EC3E0F9B for ; Wed, 27 Dec 2017 19:02:10 +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 5E1A2340BEA for ; Wed, 27 Dec 2017 19:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2C01AF85 for ; Wed, 27 Dec 2017 19:02:06 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1514401319.08fb27690c5b12e8933e7f43e90a25dcf881919a.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/singledispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/singledispatch/singledispatch-3.4.0.3.ebuild X-VCS-Directories: dev-python/singledispatch/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 08fb27690c5b12e8933e7f43e90a25dcf881919a X-VCS-Branch: master Date: Wed, 27 Dec 2017 19:02:06 +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: c2138c86-f28e-4385-8412-044d75924022 X-Archives-Hash: 0937cd54565aab3b3bd6488b01f6ec9a commit: 08fb27690c5b12e8933e7f43e90a25dcf881919a Author: Fabian Groffen gentoo org> AuthorDate: Wed Dec 27 18:56:46 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Dec 27 19:01:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fb2769 dev-python/singledispatch: added Prefix keywords, bug #606554 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/singledispatch/singledispatch-3.4.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild index eee91417d80..a2228973289 100644 --- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild +++ b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"