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 99B86158020 for ; Tue, 29 Nov 2022 07:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5CECE07D8; Tue, 29 Nov 2022 07:31:17 +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 C8EBBE07D8 for ; Tue, 29 Nov 2022 07:31:17 +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 E17D8341249 for ; Tue, 29 Nov 2022 07:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8150E75 for ; Tue, 29 Nov 2022 07:31:15 +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: <1669707069.70b9c5fe2ce9f827c695138d98a7ca7c3c04709a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/k5test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/k5test/k5test-0.10.3.ebuild X-VCS-Directories: dev-python/k5test/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 70b9c5fe2ce9f827c695138d98a7ca7c3c04709a X-VCS-Branch: master Date: Tue, 29 Nov 2022 07:31:15 +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: 98ad3dc9-3c4d-4144-9a7c-8fc976076a36 X-Archives-Hash: 6905c628b2b0016201077ba191f604a1 commit: 70b9c5fe2ce9f827c695138d98a7ca7c3c04709a Author: Arthur Zamarin gentoo org> AuthorDate: Tue Nov 29 07:31:09 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 29 07:31:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b9c5fe dev-python/k5test: Stabilize 0.10.3 ALLARCHES, #883491 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/k5test/k5test-0.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/k5test/k5test-0.10.3.ebuild b/dev-python/k5test/k5test-0.10.3.ebuild index c8ee7bd62dd7..5a0afae62bcc 100644 --- a/dev-python/k5test/k5test-0.10.3.ebuild +++ b/dev-python/k5test/k5test-0.10.3.ebuild @@ -17,4 +17,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86"