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 7DA1F138335 for ; Wed, 4 Dec 2019 20:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E36A1E083D; Wed, 4 Dec 2019 20:17:32 +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 CA7D5E083D for ; Wed, 4 Dec 2019 20:17:32 +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 9F68934D7CB for ; Wed, 4 Dec 2019 20:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC0B8D1 for ; Wed, 4 Dec 2019 20:17:28 +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: <1575490638.e10f9d4a23c515c98ab114bb3d764bc28f000c36.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.3.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e10f9d4a23c515c98ab114bb3d764bc28f000c36 X-VCS-Branch: master Date: Wed, 4 Dec 2019 20:17:28 +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: fb49b27c-8971-4787-a4dd-abbb7df2ed80 X-Archives-Hash: 66d0c5a32936cc60847db898715aa123 commit: e10f9d4a23c515c98ab114bb3d764bc28f000c36 Author: Joonas Niilola gmail com> AuthorDate: Thu Jun 27 14:21:26 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 4 20:17:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10f9d4a media-sound/rhythmbox: enable python3.{7,8} Signed-off-by: Joonas Niilola gmail.com> Signed-off-by: Matt Turner gentoo.org> media-sound/rhythmbox/rhythmbox-3.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild index 5e1ce69f502..03aac902565 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) PYTHON_REQ_USE="xml" inherit eutils gnome2 python-single-r1 multilib virtualx