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 E0D42158094 for ; Sun, 18 Sep 2022 06:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228B1E07D1; Sun, 18 Sep 2022 06:27:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0DE46E07D1 for ; Sun, 18 Sep 2022 06:27: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 EFE73340F2B for ; Sun, 18 Sep 2022 06:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 708355DB for ; Sun, 18 Sep 2022 06:27:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1663482436.0a1eeacd3aae704a68b1b605ce84f0fa38c418cf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ini2toml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ini2toml/ini2toml-0.11-r1.ebuild X-VCS-Directories: dev-python/ini2toml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0a1eeacd3aae704a68b1b605ce84f0fa38c418cf X-VCS-Branch: master Date: Sun, 18 Sep 2022 06:27: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: 225a0820-cced-4d73-a54a-f8ad339353f1 X-Archives-Hash: 2103f17b7e42913ae7e9bce9041a328d commit: 0a1eeacd3aae704a68b1b605ce84f0fa38c418cf Author: matoro users noreply github com> AuthorDate: Sun Sep 18 04:49:09 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 18 06:27:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1eeacd dev-python/ini2toml: Keyword 0.11-r1 alpha, #861344 Closes: https://github.com/gentoo/gentoo/pull/27319 Signed-off-by: Michał Górny gentoo.org> dev-python/ini2toml/ini2toml-0.11-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ini2toml/ini2toml-0.11-r1.ebuild b/dev-python/ini2toml/ini2toml-0.11-r1.ebuild index 79a1eb342c78..31173282274a 100644 --- a/dev-python/ini2toml/ini2toml-0.11-r1.ebuild +++ b/dev-python/ini2toml/ini2toml-0.11-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" >=dev-python/packaging-20.7[${PYTHON_USEDEP}]