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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D80D9158094 for ; Tue, 23 Aug 2022 20:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4282DE0826; Tue, 23 Aug 2022 20:26:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28D73E0826 for ; Tue, 23 Aug 2022 20:26:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEA6B335DBE for ; Tue, 23 Aug 2022 20:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C89584 for ; Tue, 23 Aug 2022 20:26:01 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1661286355.f77d35b28b54789486a64cc063d05c59a9a34e1f.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matrix-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matrix-common/matrix-common-1.2.1.ebuild X-VCS-Directories: dev-python/matrix-common/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f77d35b28b54789486a64cc063d05c59a9a34e1f X-VCS-Branch: master Date: Tue, 23 Aug 2022 20:26:01 +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: 0d9d43fd-24fc-4275-8e49-f7196ee9a833 X-Archives-Hash: 4ecc1a28d733ad4e98f5d627553e50d9 commit: f77d35b28b54789486a64cc063d05c59a9a34e1f Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Aug 23 20:25:55 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Aug 23 20:25:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77d35b2 dev-python/matrix-common: amd64 stable wrt bug #866029 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/matrix-common/matrix-common-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/matrix-common/matrix-common-1.2.1.ebuild b/dev-python/matrix-common/matrix-common-1.2.1.ebuild index 161d2ed85388..834a045ffedc 100644 --- a/dev-python/matrix-common/matrix-common-1.2.1.ebuild +++ b/dev-python/matrix-common/matrix-common-1.2.1.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/matrix-python-common-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="amd64 ~ppc64" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}]