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 25C39158089 for ; Fri, 27 Oct 2023 12:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669132BC033; Fri, 27 Oct 2023 12:17:30 +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 4D2EB2BC033 for ; Fri, 27 Oct 2023 12:17:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5838A335C52 for ; Fri, 27 Oct 2023 12:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F2812D6 for ; Fri, 27 Oct 2023 12:17:27 +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: <1698408870.990eb0f1b9e67431894ca6bdbbae2b0dcacebe10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pickleshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild X-VCS-Directories: dev-python/pickleshare/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 990eb0f1b9e67431894ca6bdbbae2b0dcacebe10 X-VCS-Branch: master Date: Fri, 27 Oct 2023 12:17:27 +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: d233e5ed-7013-442b-ae32-a451e5f1058b X-Archives-Hash: 4d5e446aa06bfac53e900b2378f98c0e commit: 990eb0f1b9e67431894ca6bdbbae2b0dcacebe10 Author: Sam James gentoo org> AuthorDate: Fri Oct 27 12:14:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 27 12:14:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990eb0f1 dev-python/pickleshare: Stabilize 0.7.5-r1 ppc64, #915746 Signed-off-by: Sam James gentoo.org> dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild index f71fce8238d8..a69e5c19eae5 100644 --- a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild +++ b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/pickleshare/pickleshare" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" RDEPEND=" >=dev-python/path-6.2[${PYTHON_USEDEP}]"