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 ABF8B158087 for ; Fri, 28 Jan 2022 18:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 070E92BC057; Fri, 28 Jan 2022 18:45:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE6582BC057 for ; Fri, 28 Jan 2022 18:45:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF3D03430BD for ; Fri, 28 Jan 2022 18:45:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72AC71BD for ; Fri, 28 Jan 2022 18:45:41 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1643395537.d9c1f6c693d322ee3de1c87dbf50805b5d2a744b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/brltty/brltty-6.4.ebuild X-VCS-Directories: app-accessibility/brltty/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: d9c1f6c693d322ee3de1c87dbf50805b5d2a744b X-VCS-Branch: master Date: Fri, 28 Jan 2022 18:45:41 +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: 35da6b3d-4270-4e6a-a90c-5ab8b545040e X-Archives-Hash: 5cd162f8928833fac671f15ab569e5b0 commit: d9c1f6c693d322ee3de1c87dbf50805b5d2a744b Author: William Hubbs gentoo org> AuthorDate: Fri Jan 28 18:44:36 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 28 18:45:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c1f6c6 app-accessibility/brltty: add python 3.10 compatibility Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> app-accessibility/brltty/brltty-6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/brltty/brltty-6.4.ebuild b/app-accessibility/brltty/brltty-6.4.ebuild index 67f6f4393a23..cb3cd631d841 100644 --- a/app-accessibility/brltty/brltty-6.4.ebuild +++ b/app-accessibility/brltty/brltty-6.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) FINDLIB_USE="ocaml" JAVA_PKG_WANT_SOURCE="1.8" JAVA_PKG_WANT_TARGET="1.8"