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 C244A15800F for ; Thu, 5 Jan 2023 09:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9654E07D8; Thu, 5 Jan 2023 09:32:15 +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 CBC68E07D8 for ; Thu, 5 Jan 2023 09:32:15 +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 C9EED340F4F for ; Thu, 5 Jan 2023 09:32:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690A076A for ; Thu, 5 Jan 2023 09:32:13 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1672911101.73b99b9c360e8d5467b66714f7eb1f805f37dd61.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: dev-lang/python/python-3.10.4.ebuild dev-lang/python/python-3.9.12.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 73b99b9c360e8d5467b66714f7eb1f805f37dd61 X-VCS-Branch: master Date: Thu, 5 Jan 2023 09:32:13 +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: 9b1a7ebd-5cd3-46c4-bba5-97aeeb4f7d4d X-Archives-Hash: 5ea6514786142d8e6fe3e03a725c9314 commit: 73b99b9c360e8d5467b66714f7eb1f805f37dd61 Author: Fabian Groffen gentoo org> AuthorDate: Thu Jan 5 09:31:41 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Jan 5 09:31:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=73b99b9c dev-lang/python: use app-alternatives/awk Signed-off-by: Fabian Groffen gentoo.org> dev-lang/python/python-3.10.4.ebuild | 2 +- dev-lang/python/python-3.9.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/python/python-3.10.4.ebuild b/dev-lang/python/python-3.10.4.ebuild index 337fa138dd..3b358261e8 100644 --- a/dev-lang/python/python-3.10.4.ebuild +++ b/dev-lang/python/python-3.10.4.ebuild @@ -71,7 +71,7 @@ DEPEND=" # autoconf-archive needed to eautoreconf BDEPEND=" sys-devel/autoconf-archive - virtual/awk + app-alternatives/awk virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-python ) !sys-devel/gcc[libffi(-)] diff --git a/dev-lang/python/python-3.9.12.ebuild b/dev-lang/python/python-3.9.12.ebuild index b3d6bb0223..d179187611 100644 --- a/dev-lang/python/python-3.9.12.ebuild +++ b/dev-lang/python/python-3.9.12.ebuild @@ -65,7 +65,7 @@ DEPEND=" test? ( app-arch/xz-utils[extra-filters(+)] ) " BDEPEND=" - virtual/awk + app-alternatives/awk virtual/pkgconfig sys-devel/autoconf-archive verify-sig? ( sec-keys/openpgp-keys-python )