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 EE9C8139083 for ; Sat, 9 Dec 2017 19:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05D54E1124; Sat, 9 Dec 2017 19:40:43 +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 D7E89E1124 for ; Sat, 9 Dec 2017 19:40:42 +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 27F6B34096C for ; Sat, 9 Dec 2017 19:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8D76AE83 for ; Sat, 9 Dec 2017 19:40:38 +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: <1512848303.7ca0d160705c06b40d8534bf35c068baadede074.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rhythmbox/Manifest media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7ca0d160705c06b40d8534bf35c068baadede074 X-VCS-Branch: master Date: Sat, 9 Dec 2017 19:40:38 +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: db00029e-a705-4c52-b2bd-1981061cf5cc X-Archives-Hash: 65ebfe791356be42338eabdd704b5acf commit: 7ca0d160705c06b40d8534bf35c068baadede074 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 9 19:35:37 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 9 19:38:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca0d160 media-sound/rhythmbox: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/rhythmbox/Manifest | 2 +- media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/rhythmbox/Manifest b/media-sound/rhythmbox/Manifest index 1e41fab63ab..d97a04f7287 100644 --- a/media-sound/rhythmbox/Manifest +++ b/media-sound/rhythmbox/Manifest @@ -1 +1 @@ -DIST rhythmbox-3.4.1.tar.xz 6914220 SHA256 039f86661cba495f9429df6572fa79e68279635809e52fa0d19f57e8db8341b6 SHA512 b00034e9369222f64d5d9c5e246b99f5d738336d3faf2d303c444f84c316688871e0a09992e96012f38e2e90e8efc936ad231bed5057a5aaf31ee66963f59ae6 WHIRLPOOL 08997a533857a3545d926730be9f9f8f0b420da976011598919520b18546959658765eb7bfdfe7fce430706b9b1a882c46ea6cba1d9b968b6433c8ec2791adf2 +DIST rhythmbox-3.4.1.tar.xz 6914220 BLAKE2B f98aa43ca6929cf99bc5cfdcfcc8893e35610c04f1357579d64d3cd85cd66672dbfcb4a4a9a55ff6ae79ae54bc3034deff6a955b7bf59d7ff313de9a5747360c SHA512 b00034e9369222f64d5d9c5e246b99f5d738336d3faf2d303c444f84c316688871e0a09992e96012f38e2e90e8efc936ad231bed5057a5aaf31ee66963f59ae6 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild index 0c79c310ec2..b01e8579f2d 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="xml" inherit eutils gnome2 python-single-r1 multilib virtualx