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 1A99915ACFC 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 4A184E088F; Mon, 1 May 2023 13:43:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3340BE0885 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 6F85334148E 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 D5CD1A5B 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: <1682948609.8b5de2566b3e69d0f1ccbba7c1667592786e62c8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force profiles/desc/python_single_target.desc profiles/desc/python_targets.desc X-VCS-Directories: profiles/desc/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b5de2566b3e69d0f1ccbba7c1667592786e62c8 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: fee6e54b-fc81-40d2-9cf7-aba8bf249fbc X-Archives-Hash: 9b3d6805bb64f67a90d9edd55791069c commit: 8b5de2566b3e69d0f1ccbba7c1667592786e62c8 Author: Michał Górny gentoo org> AuthorDate: Mon May 1 11:56:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 13:43:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5de256 profiles: Remove python3_9 Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Sam James gentoo.org> profiles/base/package.use.force | 1 - profiles/desc/python_single_target.desc | 1 - profiles/desc/python_targets.desc | 1 - 3 files changed, 3 deletions(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 699b54e3ef9e..d02c5ebecc65 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -207,7 +207,6 @@ app-shells/bash:0 readline # Michał Górny (2012-10-14) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-lang/python-exec python_targets_python3_9 dev-lang/python-exec python_targets_python3_10 dev-lang/python-exec python_targets_python3_11 dev-lang/python-exec python_targets_pypy3 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index e0f1bed263a1..d931638828a9 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -3,7 +3,6 @@ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. -python3_9 - Build for Python 3.9 only python3_10 - Build for Python 3.10 only python3_11 - Build for Python 3.11 only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 7b5841ecd4b3..bb38d02367e9 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -3,7 +3,6 @@ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python3_9 - Build with Python 3.9 python3_10 - Build with Python 3.10 python3_11 - Build with Python 3.11 pypy3 - Build with PyPy3