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 C816A158020 for ; Tue, 25 Oct 2022 12:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAEEBE0BEA; Tue, 25 Oct 2022 12:50:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D53CAE0BEA for ; Tue, 25 Oct 2022 12:50:05 +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 292F2341282 for ; Tue, 25 Oct 2022 12:50:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 033F3703 for ; Tue, 25 Oct 2022 12:50:01 +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: <1666702139.f8562be83b960b0e09e615f863a9c5fe2b1599f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydiffx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild X-VCS-Directories: dev-python/pydiffx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f8562be83b960b0e09e615f863a9c5fe2b1599f3 X-VCS-Branch: master Date: Tue, 25 Oct 2022 12:50:01 +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: a4d812df-63a2-4578-aa7d-52a4e2f3cded X-Archives-Hash: 4587ae0ce6e89e82be9cf95080f6dcd5 commit: f8562be83b960b0e09e615f863a9c5fe2b1599f3 Author: Sam James gentoo org> AuthorDate: Tue Oct 25 12:48:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 25 12:48:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8562be8 dev-python/pydiffx: Stabilize 1.0.1-r1 amd64, #878217 Signed-off-by: Sam James gentoo.org> dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild b/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild index 8636563d287b..92f4b98b4615 100644 --- a/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild +++ b/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/python LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-python/six[${PYTHON_USEDEP}]