From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 792371582EF for ; Sat, 01 Mar 2025 08:16:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5D2F13430C8 for ; Sat, 01 Mar 2025 08:16:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 93D3B1102D0; Sat, 01 Mar 2025 08:16:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 89F181102D0 for ; Sat, 01 Mar 2025 08:16:47 +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 20554343092 for ; Sat, 01 Mar 2025 08:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 738281F96 for ; Sat, 01 Mar 2025 08:16:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1740816999.14bcb7d0e03e3e1a852b286c27aa007dc92725ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coverage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/coverage/coverage-7.6.11.ebuild dev-python/coverage/coverage-7.6.12.ebuild X-VCS-Directories: dev-python/coverage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14bcb7d0e03e3e1a852b286c27aa007dc92725ce X-VCS-Branch: master Date: Sat, 01 Mar 2025 08:16:45 +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: 38044b54-db96-4531-8f44-dc2756ac5926 X-Archives-Hash: 3d0d706a55946c13830a47e6ab6d78ea commit: 14bcb7d0e03e3e1a852b286c27aa007dc92725ce Author: Michał Górny gentoo org> AuthorDate: Sat Mar 1 07:53:36 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 1 08:16:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bcb7d0 dev-python/coverage: Enable native-extensions by default Signed-off-by: Michał Górny gentoo.org> dev-python/coverage/coverage-7.6.11.ebuild | 2 +- dev-python/coverage/coverage-7.6.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/coverage/coverage-7.6.11.ebuild b/dev-python/coverage/coverage-7.6.11.ebuild index bba747e1e72a..c06bd4e0e58f 100644 --- a/dev-python/coverage/coverage-7.6.11.ebuild +++ b/dev-python/coverage/coverage-7.6.11.ebuild @@ -20,7 +20,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="native-extensions" +IUSE="+native-extensions" RDEPEND=" $(python_gen_cond_dep ' diff --git a/dev-python/coverage/coverage-7.6.12.ebuild b/dev-python/coverage/coverage-7.6.12.ebuild index 545309399cc8..12dc199e961e 100644 --- a/dev-python/coverage/coverage-7.6.12.ebuild +++ b/dev-python/coverage/coverage-7.6.12.ebuild @@ -20,7 +20,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="native-extensions" +IUSE="+native-extensions" RDEPEND=" $(python_gen_cond_dep '