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 1E9A315808B for ; Sun, 27 Feb 2022 16:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CFEE0871; Sun, 27 Feb 2022 16:39:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B958E0874 for ; Sun, 27 Feb 2022 16:39:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7519B34358C for ; Sun, 27 Feb 2022 16:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACEB1303 for ; Sun, 27 Feb 2022 16:38:34 +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: <1645979652.1ab1dfd4fc7769628201cb14a44d61819bdbd4df.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.8.0.ebuild X-VCS-Directories: dev-python/send2trash/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ab1dfd4fc7769628201cb14a44d61819bdbd4df X-VCS-Branch: master Date: Sun, 27 Feb 2022 16:38:34 +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: c687c8ae-0481-470a-af0f-2b2082540c52 X-Archives-Hash: 29e89686c8d80897d90c7c1627d55358 commit: 1ab1dfd4fc7769628201cb14a44d61819bdbd4df Author: Sam James gentoo org> AuthorDate: Sun Feb 27 16:34:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 27 16:34:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab1dfd4 dev-python/send2trash: Stabilize 1.8.0 sparc, #834249 Signed-off-by: Sam James gentoo.org> dev-python/send2trash/send2trash-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/send2trash/send2trash-1.8.0.ebuild b/dev-python/send2trash/send2trash-1.8.0.ebuild index d21c9f258f0b..fb10a5d1a6a4 100644 --- a/dev-python/send2trash/send2trash-1.8.0.ebuild +++ b/dev-python/send2trash/send2trash-1.8.0.ebuild @@ -16,6 +16,6 @@ SRC_URI=" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" distutils_enable_tests pytest