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 63B66158020 for ; Wed, 14 Dec 2022 08:47:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80121E07EF; Wed, 14 Dec 2022 08:47:26 +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 6C556E07EF for ; Wed, 14 Dec 2022 08:47:26 +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 83B54341048 for ; Wed, 14 Dec 2022 08:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BA074C8 for ; Wed, 14 Dec 2022 08:47:24 +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: <1671007614.ef7fe1d1dc4f1ac32b72be739234920fc965277d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoolconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytoolconfig/pytoolconfig-1.2.4-r1.ebuild dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild X-VCS-Directories: dev-python/pytoolconfig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ef7fe1d1dc4f1ac32b72be739234920fc965277d X-VCS-Branch: master Date: Wed, 14 Dec 2022 08:47:24 +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: 8bf59be5-593c-4f9c-b623-0be963969eb2 X-Archives-Hash: 0f9017da0030ce7d3c170c5552bbc111 commit: ef7fe1d1dc4f1ac32b72be739234920fc965277d Author: Michał Górny gentoo org> AuthorDate: Wed Dec 14 08:46:54 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 14 08:46:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7fe1d1 dev-python/pytoolconfig: Fix dependencies Closes: https://bugs.gentoo.org/885837 Signed-off-by: Michał Górny gentoo.org> .../{pytoolconfig-1.2.4.ebuild => pytoolconfig-1.2.4-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild b/dev-python/pytoolconfig/pytoolconfig-1.2.4-r1.ebuild similarity index 94% rename from dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild rename to dev-python/pytoolconfig/pytoolconfig-1.2.4-r1.ebuild index 3ab109b4e2a9..b1aba7a2845c 100644 --- a/dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild +++ b/dev-python/pytoolconfig/pytoolconfig-1.2.4-r1.ebuild @@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] + dev-python/platformdirs[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/tomli[${PYTHON_USEDEP}] ' 3.{8..10} )