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 32304139345 for ; Sun, 11 Jul 2021 10:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D3A3E0D8E; Sun, 11 Jul 2021 10:14:16 +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 63FDAE0D8E for ; Sun, 11 Jul 2021 10:14: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 05500342C75 for ; Sun, 11 Jul 2021 10:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF47A7DD for ; Sun, 11 Jul 2021 10:14:10 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1625998396.bd3cb212379e151e0f9c6d572a76b26be3b9dc73.gyakovlev@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: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: bd3cb212379e151e0f9c6d572a76b26be3b9dc73 X-VCS-Branch: master Date: Sun, 11 Jul 2021 10:14:10 +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: b5c9047e-6f23-4fe4-bd04-81b9f80dc6ea X-Archives-Hash: 9de8676505e87abb90130e159e88b9eb commit: bd3cb212379e151e0f9c6d572a76b26be3b9dc73 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 11 09:10:26 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jul 11 10:13:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3cb212 dev-python/send2trash: ppc64 keyworded Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev 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 33c385d63ab..931f701b4ad 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 ~arm ~arm64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86" distutils_enable_tests pytest