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 328B1158009 for ; Wed, 28 Jun 2023 01:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05075E087C; Wed, 28 Jun 2023 01:12:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC220E0855 for ; Wed, 28 Jun 2023 01:12:18 +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 AA87E341019 for ; Wed, 28 Jun 2023 01:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECFE0A9C for ; Wed, 28 Jun 2023 01:12:15 +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: <1687912497.46e7844833d70a8580625604c7aca40a2357d2fb.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-2.7.18_p16-r1.ebuild dev-lang/python/python-3.10.12.ebuild dev-lang/python/python-3.11.4.ebuild dev-lang/python/python-3.9.17.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 46e7844833d70a8580625604c7aca40a2357d2fb X-VCS-Branch: master Date: Wed, 28 Jun 2023 01:12:15 +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: bb16fcb7-cc26-4562-b45a-259d93c8aa34 X-Archives-Hash: 4ee78aac178f699d0589cd0c6d8a4406 commit: 46e7844833d70a8580625604c7aca40a2357d2fb Author: orbea riseup net> AuthorDate: Wed Jun 28 00:34:51 2023 +0000 Commit: orbea riseup net> CommitDate: Wed Jun 28 00:34:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=46e78448 dev-lang/python: merge ::gentoo changes Signed-off-by: orbea riseup.net> dev-lang/python/python-2.7.18_p16-r1.ebuild | 2 +- dev-lang/python/python-3.10.12.ebuild | 3 +-- dev-lang/python/python-3.11.4.ebuild | 5 ++--- dev-lang/python/python-3.9.17.ebuild | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-lang/python/python-2.7.18_p16-r1.ebuild b/dev-lang/python/python-2.7.18_p16-r1.ebuild index a6b2e27..fb2b97b 100644 --- a/dev-lang/python/python-2.7.18_p16-r1.ebuild +++ b/dev-lang/python/python-2.7.18_p16-r1.ebuild @@ -29,7 +29,7 @@ LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE=" - berkdb bluetooth build examples gdbm hardened +ncurses +readline + berkdb bluetooth build examples gdbm +ncurses +readline +sqlite +ssl tk valgrind wininst +xml " RESTRICT="test" diff --git a/dev-lang/python/python-3.10.12.ebuild b/dev-lang/python/python-3.10.12.ebuild index f3bd9da..db08c2e 100644 --- a/dev-lang/python/python-3.10.12.ebuild +++ b/dev-lang/python/python-3.10.12.ebuild @@ -30,7 +30,7 @@ LICENSE="PSF-2" SLOT="${PYVER}" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE=" - bluetooth build debug +ensurepip examples gdbm hardened libedit lto + bluetooth build debug +ensurepip examples gdbm libedit lto +ncurses pgo +readline +sqlite +ssl test tk valgrind +xml " RESTRICT="!test? ( test )" @@ -66,7 +66,6 @@ RDEPEND=" dev-tcltk/tix ) xml? ( >=dev-libs/expat-2.1:= ) - !!