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 527021382C5 for ; Sun, 20 Jun 2021 01:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB99E0855; Sun, 20 Jun 2021 01:45:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D2567E084E for ; Sun, 20 Jun 2021 01:45:39 +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 EBD5D335DB7 for ; Sun, 20 Jun 2021 01:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 772C47C0 for ; Sun, 20 Jun 2021 01:45:35 +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: <1624153451.01cb96ca781f24f77c0aa43c46b1dbc5a313d83e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/send2trash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/send2trash/send2trash-1.5.0-r1.ebuild X-VCS-Directories: dev-python/send2trash/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01cb96ca781f24f77c0aa43c46b1dbc5a313d83e X-VCS-Branch: master Date: Sun, 20 Jun 2021 01:45:35 +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: c9a4ae0f-ac26-4431-a9dc-77ca33fae324 X-Archives-Hash: f91bd335823249f9a49aab4f29b04631 commit: 01cb96ca781f24f77c0aa43c46b1dbc5a313d83e Author: Sam James gentoo org> AuthorDate: Sun Jun 20 01:44:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 20 01:44:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cb96ca dev-python/send2trash: Keyword 1.5.0-r1 arm, #796365 Signed-off-by: Sam James gentoo.org> dev-python/send2trash/send2trash-1.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild index de7f741d891..e17b9c8f827 100644 --- a/dev-python/send2trash/send2trash-1.5.0-r1.ebuild +++ b/dev-python/send2trash/send2trash-1.5.0-r1.ebuild @@ -19,6 +19,6 @@ S="${WORKDIR}"/${MY_P} SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" distutils_enable_tests pytest