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 2AD9F15800F for ; Thu, 26 Jan 2023 11:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5428FE0826; Thu, 26 Jan 2023 11:20: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C38DE0826 for ; Thu, 26 Jan 2023 11:20: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AA1A340D88 for ; Thu, 26 Jan 2023 11:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C7E4779 for ; Thu, 26 Jan 2023 11:20:14 +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: <1674731856.851316a816c150a1d07a634a917a4935104975c3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gi-docgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild dev-util/gi-docgen/gi-docgen-2023.1.ebuild X-VCS-Directories: dev-util/gi-docgen/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 851316a816c150a1d07a634a917a4935104975c3 X-VCS-Branch: master Date: Thu, 26 Jan 2023 11:20:14 +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: bc6d0a35-a21a-44af-ae42-97a7bfe5aac6 X-Archives-Hash: 76bdb351d5ddefd6f31e915346360d4a commit: 851316a816c150a1d07a634a917a4935104975c3 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 26 11:17:36 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 26 11:17:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851316a8 dev-util/gi-docgen: Fix incorrect toml deps Bug: https://bugs.gentoo.org/878675 Signed-off-by: Michał Górny gentoo.org> .../{gi-docgen-2023.1.ebuild => gi-docgen-2023.1-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-util/gi-docgen/gi-docgen-2023.1.ebuild b/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild similarity index 91% rename from dev-util/gi-docgen/gi-docgen-2023.1.ebuild rename to dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild index 932e410b1a8f..20341c3e90f9 100644 --- a/dev-util/gi-docgen/gi-docgen-2023.1.ebuild +++ b/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild @@ -25,12 +25,9 @@ RDEPEND=" >=dev-python/jinja-2[${PYTHON_USEDEP}] >=dev-python/typogrify-2[${PYTHON_USEDEP}] ') - $(python_gen_cond_dep ' - dev-python/toml[${PYTHON_USEDEP}] - ' python3_{8..10}) $(python_gen_cond_dep ' dev-python/tomli[${PYTHON_USEDEP}] - ' python3_11) + ' 3.{8..10}) " DEPEND="${RDEPEND}"