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 057C41382C5 for ; Mon, 19 Feb 2018 16:28:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD030E0B7B; Mon, 19 Feb 2018 16:28:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C04D9E0B7B for ; Mon, 19 Feb 2018 16:28:16 +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 A10E7335C0C for ; Mon, 19 Feb 2018 16:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA1EB233 for ; Mon, 19 Feb 2018 16:28:12 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1519057666.b728b0c8361a0590f6325a5f4ca09ff80491022f.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysha3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysha3/pysha3-1.0.2-r1.ebuild X-VCS-Directories: dev-python/pysha3/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: b728b0c8361a0590f6325a5f4ca09ff80491022f X-VCS-Branch: master Date: Mon, 19 Feb 2018 16:28:12 +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: 18db56d5-ed5d-4449-899e-103c7400f6c4 X-Archives-Hash: 3951907b87a432f9d0bf494ee23e8a28 commit: b728b0c8361a0590f6325a5f4ca09ff80491022f Author: Michael Haubenwallner gentoo org> AuthorDate: Mon Feb 19 16:23:26 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Mon Feb 19 16:27:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b728b0c8 dev-python/pysha3: add ~x64-cygwin keyword, #634818 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/pysha3/pysha3-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild index 2ce78133003..461f4fdc9c5 100644 --- a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild +++ b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="CC0-1.0 PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"