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 B724F1581B9 for ; Fri, 19 Sep 2025 09:35:40 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A53103420CD for ; Fri, 19 Sep 2025 09:35:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7ADA3110578; Fri, 19 Sep 2025 09:35:30 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6FBE1110578 for ; Fri, 19 Sep 2025 09:35:30 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E1943415BE for ; Fri, 19 Sep 2025 09:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3597939D2 for ; Fri, 19 Sep 2025 09:35:27 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1758274509.d9b662846d23a38442a1b5f7f06ca2510a4a48c1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/tevent/tevent-0.16.2.ebuild X-VCS-Directories: sys-libs/tevent/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d9b662846d23a38442a1b5f7f06ca2510a4a48c1 X-VCS-Branch: master Date: Fri, 19 Sep 2025 09:35:27 +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: 64e4cc1e-75df-4eac-806c-d307b92be131 X-Archives-Hash: 7de921745a67ec305fc51120ebebd7b4 commit: d9b662846d23a38442a1b5f7f06ca2510a4a48c1 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 19 09:35:09 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 19 09:35:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b66284 sys-libs/tevent: Stabilize 0.16.2 ppc, #962890 Signed-off-by: Arthur Zamarin gentoo.org> sys-libs/tevent/tevent-0.16.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/tevent/tevent-0.16.2.ebuild b/sys-libs/tevent/tevent-0.16.2.ebuild index 3da967fa07d8..5888a33dcf12 100644 --- a/sys-libs/tevent/tevent-0.16.2.ebuild +++ b/sys-libs/tevent/tevent-0.16.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux" IUSE="python test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"