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 D9AE01382C5 for ; Fri, 30 Apr 2021 01:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D30E0843; Fri, 30 Apr 2021 01:47:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB925E0843 for ; Fri, 30 Apr 2021 01:47:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 94580341090 for ; Fri, 30 Apr 2021 01:47:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF3CC3 for ; Fri, 30 Apr 2021 01:47:46 +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: <1619747253.44d97e509ed4ecbd97eac1ece8c6d9ce22662ad1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rhythmbox/rhythmbox-3.4.4.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 44d97e509ed4ecbd97eac1ece8c6d9ce22662ad1 X-VCS-Branch: master Date: Fri, 30 Apr 2021 01:47:46 +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: 2c62ecfe-f0a6-4e40-9634-fa0d37f00399 X-Archives-Hash: ccc4b830c493d6d6cd2283137cef4059 commit: 44d97e509ed4ecbd97eac1ece8c6d9ce22662ad1 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 30 01:47:18 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 30 01:47:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d97e50 media-sound/rhythmbox: Add Python 3.9 support Closes: https://bugs.gentoo.org/786819 Signed-off-by: Matt Turner gentoo.org> media-sound/rhythmbox/rhythmbox-3.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild index 4739e55d054..7f44193b8ae 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 multilib virtualx