From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 234101384B4 for ; Thu, 31 Dec 2015 17:30:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E5A21C005; Thu, 31 Dec 2015 17:30:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 297B521C005 for ; Thu, 31 Dec 2015 17:30:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05E3E340751 for ; Thu, 31 Dec 2015 17:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F5D173 for ; Thu, 31 Dec 2015 17:30:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1451583003.b62eef67afa479846e94abc651e96ec5c9a821c4.pacho@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.2.1.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b62eef67afa479846e94abc651e96ec5c9a821c4 X-VCS-Branch: master Date: Thu, 31 Dec 2015 17:30:08 +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-Archives-Salt: 0fe32947-7bd6-4f0d-bf3e-294736bbf12b X-Archives-Hash: f6ea35eef9c51dfa891cd866cde64b1f commit: b62eef67afa479846e94abc651e96ec5c9a821c4 Author: Pacho Ramos gentoo org> AuthorDate: Thu Dec 31 17:29:48 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Dec 31 17:30:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62eef67 media-sound/rhythmbox: Support python3.5 Package-Manager: portage-2.2.26 media-sound/rhythmbox/rhythmbox-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/rhythmbox/rhythmbox-3.2.1.ebuild b/media-sound/rhythmbox/rhythmbox-3.2.1.ebuild index ad1f0db..9b7fbdb 100644 --- a/media-sound/rhythmbox/rhythmbox-3.2.1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.2.1.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{3,4} ) +PYTHON_COMPAT=( python3_{3,4,5} ) PYTHON_REQ_USE="xml" inherit eutils gnome2 python-r1 multilib virtualx