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 8CD0415ACFD for ; Sat, 6 May 2023 18:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99566E087D; Sat, 6 May 2023 18:42:49 +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 7F11CE087D for ; Sat, 6 May 2023 18:42:49 +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 55F853412E8 for ; Sat, 6 May 2023 18:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92670A5A for ; Sat, 6 May 2023 18:42:46 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1683397798.8bf1fdb04e14e5f054498cc86a8bb3c8dccae260.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/python/python-3.10.10_p3.ebuild dev-lang/python/python-3.11.2_p2.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 8bf1fdb04e14e5f054498cc86a8bb3c8dccae260 X-VCS-Branch: master Date: Sat, 6 May 2023 18:42:46 +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: f1278a8a-87ab-485c-9546-7ce5a856c4aa X-Archives-Hash: 86d90b72e61a8a7a45eb06cfd17bfe80 commit: 8bf1fdb04e14e5f054498cc86a8bb3c8dccae260 Author: orbea riseup net> AuthorDate: Sat May 6 18:29:58 2023 +0000 Commit: orbea riseup net> CommitDate: Sat May 6 18:29:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8bf1fdb0 dev-lang/python: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/python/python-3.10.10_p3.ebuild | 2 +- dev-lang/python/python-3.11.2_p2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/python/python-3.10.10_p3.ebuild b/dev-lang/python/python-3.10.10_p3.ebuild index db87428..bdddbfa 100644 --- a/dev-lang/python/python-3.10.10_p3.ebuild +++ b/dev-lang/python/python-3.10.10_p3.ebuild @@ -46,12 +46,12 @@ RDEPEND=" dev-lang/python-exec[python_targets_python3_10(-)] dev-libs/libffi:= dev-python/gentoo-common - sys-apps/util-linux:= >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= virtual/libintl ensurepip? ( dev-python/ensurepip-wheels ) gdbm? ( sys-libs/gdbm:=[berkdb] ) + kernel_linux? ( sys-apps/util-linux:= ) ncurses? ( >=sys-libs/ncurses-5.2:= ) readline? ( !libedit? ( >=sys-libs/readline-4.1:= ) diff --git a/dev-lang/python/python-3.11.2_p2.ebuild b/dev-lang/python/python-3.11.2_p2.ebuild index b7ae735..5c4191c 100644 --- a/dev-lang/python/python-3.11.2_p2.ebuild +++ b/dev-lang/python/python-3.11.2_p2.ebuild @@ -47,12 +47,12 @@ RDEPEND=" >=dev-libs/expat-2.1:= dev-libs/libffi:= dev-python/gentoo-common - sys-apps/util-linux:= >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= virtual/libintl ensurepip? ( dev-python/ensurepip-wheels ) gdbm? ( sys-libs/gdbm:=[berkdb] ) + kernel_linux? ( sys-apps/util-linux:= ) ncurses? ( >=sys-libs/ncurses-5.2:= ) readline? ( !libedit? ( >=sys-libs/readline-4.1:= )