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 7F1A613835A for ; Sun, 6 Dec 2020 23:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C8FDE0B00; Sun, 6 Dec 2020 23:25:19 +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 355B0E0B00 for ; Sun, 6 Dec 2020 23:25:19 +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 06B4C341139 for ; Sun, 6 Dec 2020 23:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4BD447 for ; Sun, 6 Dec 2020 23:25:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607293144.24448600cce64060c0f313db861ba04c2c4c6e4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/attrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/attrs/attrs-20.2.0-r1.ebuild X-VCS-Directories: dev-python/attrs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24448600cce64060c0f313db861ba04c2c4c6e4a X-VCS-Branch: master Date: Sun, 6 Dec 2020 23:25:16 +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: 634590a2-152b-43a2-ade3-3e6b3432d37a X-Archives-Hash: f1f13a2cda6895ef1b018b38d27ce956 commit: 24448600cce64060c0f313db861ba04c2c4c6e4a Author: Sam James gentoo org> AuthorDate: Sun Dec 6 22:19:04 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 6 22:19:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24448600 dev-python/attrs: Stabilize 20.2.0-r1 ALLARCHES, #758500 Signed-off-by: Sam James gentoo.org> dev-python/attrs/attrs-20.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/attrs/attrs-20.2.0-r1.ebuild b/dev-python/attrs/attrs-20.2.0-r1.ebuild index 6e31251f8bf..51d40502f54 100644 --- a/dev-python/attrs/attrs-20.2.0-r1.ebuild +++ b/dev-python/attrs/attrs-20.2.0-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" dev-python/zope-interface[${PYTHON_USEDEP}]"