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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01DB31382C5 for ; Mon, 19 Apr 2021 02:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D48ABE07A7; Mon, 19 Apr 2021 02:10:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA939E07A7 for ; Mon, 19 Apr 2021 02:10:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7825F340D6C for ; Mon, 19 Apr 2021 02:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68666EB for ; Mon, 19 Apr 2021 02:10:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618798244.057703951f04a9e098af7e03745ac82d2e4b0d1a.mattst88@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.1.ebuild X-VCS-Directories: app-accessibility/brltty/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 057703951f04a9e098af7e03745ac82d2e4b0d1a X-VCS-Branch: master Date: Mon, 19 Apr 2021 02:10:54 +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: 8c670c21-e461-4488-8ca3-891e837f1373 X-Archives-Hash: 17bdaf4dca77232a98f82e974c492777 commit: 057703951f04a9e098af7e03745ac82d2e4b0d1a Author: Matt Turner gentoo org> AuthorDate: Mon Apr 19 01:55:32 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 19 02:10:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05770395 app-accessibility/brltty: Add Python 3.9 support Signed-off-by: Matt Turner gentoo.org> app-accessibility/brltty/brltty-6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/brltty/brltty-6.1.ebuild b/app-accessibility/brltty/brltty-6.1.ebuild index 4cad408d577..cff7d7f3322 100644 --- a/app-accessibility/brltty/brltty-6.1.ebuild +++ b/app-accessibility/brltty/brltty-6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) FINDLIB_USE="ocaml" JAVA_PKG_WANT_SOURCE="1.8" JAVA_PKG_WANT_TARGET="1.8"