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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 705B515802F for ; Sat, 11 Mar 2023 08:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B98DDE076B; Sat, 11 Mar 2023 08:34:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A312EE077A for ; Sat, 11 Mar 2023 08:34:27 +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 B045C340DE1 for ; Sat, 11 Mar 2023 08:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA3D8DA for ; Sat, 11 Mar 2023 08:34:25 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1678523580.cba6819685622e9a3176e11ff5c47463c49a712a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/binaryornot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild X-VCS-Directories: dev-python/binaryornot/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cba6819685622e9a3176e11ff5c47463c49a712a X-VCS-Branch: master Date: Sat, 11 Mar 2023 08:34:25 +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: b5de8edb-4455-402e-8bb7-d67bf885e7ce X-Archives-Hash: b98308645bf8faf6ac9f9c9d89a41670 commit: cba6819685622e9a3176e11ff5c47463c49a712a Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 11 08:33:00 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 11 08:33:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba68196 dev-python/binaryornot: Stabilize 0.4.4-r3 ALLARCHES, #900783 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild b/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild index 77d3e22aa76c..e293adcccf11 100644 --- a/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild +++ b/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.r1.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc64 ~riscv x86" RDEPEND=" >=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]