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 52AF715809A for ; Tue, 15 Mar 2022 11:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9D27E0869; Tue, 15 Mar 2022 11:27:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C26B0E086D for ; Tue, 15 Mar 2022 11:27: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC77C343268 for ; Tue, 15 Mar 2022 11:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1AAA32A for ; Tue, 15 Mar 2022 11:27:26 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1647343558.f2852b2e12bec89a6647717e656a66075b710386.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filetype/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/filetype/filetype-1.0.10.ebuild X-VCS-Directories: dev-python/filetype/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f2852b2e12bec89a6647717e656a66075b710386 X-VCS-Branch: master Date: Tue, 15 Mar 2022 11:27:26 +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: 3240d744-a743-4641-80a5-e1a5ec548f53 X-Archives-Hash: 878c31f01e3de14a007f3a3403e3b1f0 commit: f2852b2e12bec89a6647717e656a66075b710386 Author: Jakov Smolić gentoo org> AuthorDate: Tue Mar 15 11:25:58 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Mar 15 11:25:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2852b2e dev-python/filetype: Stabilize 1.0.10 ALLARCHES, #835196 Signed-off-by: Jakov Smolić gentoo.org> dev-python/filetype/filetype-1.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/filetype/filetype-1.0.10.ebuild b/dev-python/filetype/filetype-1.0.10.ebuild index 6891e931dbe6..1caa25aaa615 100644 --- a/dev-python/filetype/filetype-1.0.10.ebuild +++ b/dev-python/filetype/filetype-1.0.10.ebuild @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" distutils_enable_tests unittest