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 4395515ACFC for ; Mon, 1 May 2023 13:43:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F48AE0887; Mon, 1 May 2023 13:43:56 +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 34689E0887 for ; Mon, 1 May 2023 13:43:56 +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 2A572341482 for ; Mon, 1 May 2023 13:43:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF95A40 for ; Mon, 1 May 2023 13:43:53 +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: <1682948607.3af64e82b964070085ecee140d1ec70ec7211efc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-3.9.16_p3-r1.ebuild dev-lang/python/python-3.9.16_p3.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3af64e82b964070085ecee140d1ec70ec7211efc X-VCS-Branch: master Date: Mon, 1 May 2023 13:43:53 +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: fc547f5a-1fdb-4122-a6c4-219fbe6d51fa X-Archives-Hash: b3ff6490859d64d47d77755c1ea7a57f commit: 3af64e82b964070085ecee140d1ec70ec7211efc Author: Michał Górny gentoo org> AuthorDate: Mon May 1 11:54:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 13:43:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af64e82 dev-lang/python: Remove python-exec dep from 3.9* Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Sam James gentoo.org> dev-lang/python/{python-3.9.16_p3.ebuild => python-3.9.16_p3-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/python/python-3.9.16_p3.ebuild b/dev-lang/python/python-3.9.16_p3-r1.ebuild similarity index 99% rename from dev-lang/python/python-3.9.16_p3.ebuild rename to dev-lang/python/python-3.9.16_p3-r1.ebuild index 618909e14b3b..14ba366ee607 100644 --- a/dev-lang/python/python-3.9.16_p3.ebuild +++ b/dev-lang/python/python-3.9.16_p3-r1.ebuild @@ -43,7 +43,6 @@ RESTRICT="!test? ( test )" RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= - dev-lang/python-exec[python_targets_python3_9(-)] dev-libs/libffi:= dev-python/gentoo-common sys-apps/util-linux:=