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 DB992158046 for ; Thu, 10 Oct 2024 16:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 011A22BC09C; Thu, 10 Oct 2024 16:54:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCE162BC09C for ; Thu, 10 Oct 2024 16:54:38 +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 E028C3430E8 for ; Thu, 10 Oct 2024 16:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7891F1293 for ; Thu, 10 Oct 2024 16:54:36 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1728579261.1e933ccb2e461a3a5a89fd7a0fa71be9dbe2ea86.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycpio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycpio/pycpio-1.3.2.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1e933ccb2e461a3a5a89fd7a0fa71be9dbe2ea86 X-VCS-Branch: master Date: Thu, 10 Oct 2024 16:54:36 +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: 966d1080-35e1-4888-a02c-cc8f5b544f40 X-Archives-Hash: c1cf2c35fe87198d37bef4557513da94 commit: 1e933ccb2e461a3a5a89fd7a0fa71be9dbe2ea86 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Oct 10 16:53:26 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Oct 10 16:54:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e933ccb dev-python/pycpio: stabilize 1.3.2 for amd64 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pycpio/pycpio-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycpio/pycpio-1.3.2.ebuild b/dev-python/pycpio/pycpio-1.3.2.ebuild index f59fae3c675d..00abcb4ebd65 100644 --- a/dev-python/pycpio/pycpio-1.3.2.ebuild +++ b/dev-python/pycpio/pycpio-1.3.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 arm64" +KEYWORDS="amd64 arm64" RDEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"