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 E421A138351 for ; Sun, 9 Feb 2020 16:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 393B3E087B; Sun, 9 Feb 2020 16:31:39 +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 19C6BE087B for ; Sun, 9 Feb 2020 16:31:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4245734E47E 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 AFE1212F 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: <1581265881.4556e51303f8fe9e59e39ff443b9b68ee27b034a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-music/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gnome-music/gnome-music-3.32.2-r1.ebuild media-sound/gnome-music/gnome-music-3.32.2.ebuild X-VCS-Directories: media-sound/gnome-music/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4556e51303f8fe9e59e39ff443b9b68ee27b034a 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: 836b9aaa-0d54-44f0-89ab-222fd02b99e3 X-Archives-Hash: 71f1f0e07585d1461654e443688455e5 commit: 4556e51303f8fe9e59e39ff443b9b68ee27b034a Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 16:51:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:31:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4556e513 media-sound/gnome-music: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{gnome-music-3.32.2.ebuild => gnome-music-3.32.2-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/gnome-music/gnome-music-3.32.2.ebuild b/media-sound/gnome-music/gnome-music-3.32.2-r1.ebuild similarity index 92% rename from media-sound/gnome-music/gnome-music-3.32.2.ebuild rename to media-sound/gnome-music/gnome-music-3.32.2-r1.ebuild index 827ced270df..e461ee6710e 100644 --- a/media-sound/gnome-music/gnome-music-3.32.2.ebuild +++ b/media-sound/gnome-music/gnome-music-3.32.2-r1.ebuild @@ -24,8 +24,10 @@ DEPEND="${PYTHON_DEPS} >=media-libs/libmediaart-1.9.1:2.0[introspection] net-libs/libsoup:2.4[introspection] >=app-misc/tracker-1.99.1:=[introspection(+)] - >=dev-python/pygobject-3.29.1:3[cairo,${PYTHON_USEDEP}] - >=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.29.1:3[cairo,${PYTHON_MULTI_USEDEP}] + >=dev-python/pycairo-1.14.0[${PYTHON_MULTI_USEDEP}] + ') >=media-libs/grilo-0.3.4:0.3[introspection] >=media-plugins/grilo-plugins-0.3.8:0.3 "