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 985A6158086 for ; Sat, 25 Dec 2021 12:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D93142BC036; Sat, 25 Dec 2021 12:30:06 +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 880132BC032 for ; Sat, 25 Dec 2021 12:30:02 +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 A981D342CF7 for ; Sat, 25 Dec 2021 12:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE283D0 for ; Sat, 25 Dec 2021 12:29:57 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1640435206.0f8ff4fe24c16e2a20e1a741908fd6436324892d.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/libplist/libplist-2.2.0-r3.ebuild X-VCS-Directories: app-pda/libplist/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0f8ff4fe24c16e2a20e1a741908fd6436324892d X-VCS-Branch: master Date: Sat, 25 Dec 2021 12:29:57 +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: d562209a-b7aa-483a-832b-9003459c9df3 X-Archives-Hash: 7097fd563ef995648ec0256d6c61aacf commit: 0f8ff4fe24c16e2a20e1a741908fd6436324892d Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Dec 25 12:15:20 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Dec 25 12:26:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8ff4fe app-pda/libplist: enable py3.10 Signed-off-by: Georgy Yakovlev gentoo.org> app-pda/libplist/libplist-2.2.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libplist/libplist-2.2.0-r3.ebuild b/app-pda/libplist/libplist-2.2.0-r3.ebuild index d8b219437962..03073cf397f3 100644 --- a/app-pda/libplist/libplist-2.2.0-r3.ebuild +++ b/app-pda/libplist/libplist-2.2.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit autotools python-r1 toolchain-funcs DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"