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 26770138350 for ; Sun, 9 Feb 2020 16:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A136E088F; Sun, 9 Feb 2020 16:31:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 51626E0886 for ; Sun, 9 Feb 2020 16:31:39 +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 6D81F34E2F1 for ; Sun, 9 Feb 2020 16:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E71E3134 for ; Sun, 9 Feb 2020 16:31:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581265884.4789b845384d27b8cf0b50190a874eb7a209d26c.mgorny@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-r1.ebuild media-sound/rhythmbox/rhythmbox-3.4.3.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4789b845384d27b8cf0b50190a874eb7a209d26c X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:31:35 +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: 9b870689-a2a5-4226-9e0a-ea3f51496a3b X-Archives-Hash: f16332af671346261df89d71b1cf8ad2 commit: 4789b845384d27b8cf0b50190a874eb7a209d26c Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 16:53:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:31:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4789b845 media-sound/rhythmbox: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../rhythmbox/{rhythmbox-3.4.3.ebuild => rhythmbox-3.4.3-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild similarity index 95% rename from media-sound/rhythmbox/rhythmbox-3.4.3.ebuild rename to media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild index b018eac6102..5d67d46725d 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.3.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild @@ -48,7 +48,9 @@ COMMON_DEPEND=" lirc? ( app-misc/lirc ) python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.0:3[${PYTHON_MULTI_USEDEP}] + ') ) udev? ( dev-libs/libgudev:= @@ -65,7 +67,7 @@ RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-taglib:1.0 x11-themes/adwaita-icon-theme python? ( - >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}] + >=dev-libs/libpeas-0.7.3[python,${PYTHON_SINGLE_USEDEP}] net-libs/libsoup:2.4[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection]