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 2111C15800A for ; Wed, 2 Aug 2023 06:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 642F9E0B34; Wed, 2 Aug 2023 06:50:00 +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 1D023E0B34 for ; Wed, 2 Aug 2023 06:50:00 +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 E4BD7340A12 for ; Wed, 2 Aug 2023 06:49:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79546EB2 for ; Wed, 2 Aug 2023 06:49:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690958970.fc2ef6fc888746f48a15c17962e3ff848b4f8e48.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fc2ef6fc888746f48a15c17962e3ff848b4f8e48 X-VCS-Branch: master Date: Wed, 2 Aug 2023 06:49:57 +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: 4f8cee51-8bdc-4200-8135-77e8da49d5c3 X-Archives-Hash: 464401e3bd93ca36c17d777a58fedb9b commit: fc2ef6fc888746f48a15c17962e3ff848b4f8e48 Author: Sam James gentoo org> AuthorDate: Wed Aug 2 06:49:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 2 06:49:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2ef6fc sys-apps/portage: use python_gen_cond_dep Signed-off-by: Sam James gentoo.org> sys-apps/portage/portage-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 1db60a413dba..6bb5c1c1d398 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -34,7 +34,9 @@ RESTRICT="!test? ( test )" BDEPEND=" ${PYTHON_DEPS} - python_targets_python3_12? ( dev-python/setuptools[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ' python3_12) test? ( dev-vcs/git ) " DEPEND="