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 4AC93138335 for ; Wed, 12 Jun 2019 17:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF22BE08C9; Wed, 12 Jun 2019 17:08:13 +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 C4A2FE08C9 for ; Wed, 12 Jun 2019 17:08:13 +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 922AF345F0B for ; Wed, 12 Jun 2019 17:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC5B5BD for ; Wed, 12 Jun 2019 17:08:09 +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: <1560359246.1b609c76fa62bf49e3290b7dbc21c8c22bfa72da.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asn1crypto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asn1crypto/asn1crypto-0.24.0.ebuild X-VCS-Directories: dev-python/asn1crypto/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 1b609c76fa62bf49e3290b7dbc21c8c22bfa72da X-VCS-Branch: master Date: Wed, 12 Jun 2019 17:08:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb8f7ad8-940c-4aff-9e68-4ba98c869848 X-Archives-Hash: 1db586618e2f40230be410a64010e4d6 commit: 1b609c76fa62bf49e3290b7dbc21c8c22bfa72da Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Jun 12 16:58:52 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Jun 12 17:07:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b609c76 dev-python/asn1crypto: add ~x64-cygwin keyword Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner gentoo.org> dev-python/asn1crypto/asn1crypto-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild b/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild index 9817f8ccb7d..1e420188ba9 100644 --- a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild +++ b/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz -> ${P}.gh.tar LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=""