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 83DED138350 for ; Sun, 9 Feb 2020 16:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B921E0880; Sun, 9 Feb 2020 16:29: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 424C3E0880 for ; Sun, 9 Feb 2020 16:29: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 5FA3F34E8D8 for ; Sun, 9 Feb 2020 16:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5480145 for ; Sun, 9 Feb 2020 16:29:34 +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: <1581265617.cc4ed97c153eb307a6e0241f040c8633d169c1b4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgpod/libgpod-0.8.3-r2.ebuild X-VCS-Directories: media-libs/libgpod/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cc4ed97c153eb307a6e0241f040c8633d169c1b4 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:29:34 +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: b3b29bbd-c9a9-4971-8a6e-9a9809bcf320 X-Archives-Hash: d21b78dd8070d59ea9a2af58812ef8e0 commit: cc4ed97c153eb307a6e0241f040c8633d169c1b4 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 16:38:30 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:26:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4ed97c media-libs/libgpod: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> media-libs/libgpod/libgpod-0.8.3-r2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild index bbaec2d1a29..dbff81c6407 100644 --- a/media-libs/libgpod/libgpod-0.8.3-r2.ebuild +++ b/media-libs/libgpod/libgpod-0.8.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,8 +27,10 @@ RDEPEND=" ios? ( app-pda/libimobiledevice:= ) python? ( ${PYTHON_DEPS} - >=media-libs/mutagen-1.8[${PYTHON_USEDEP}] - >=dev-python/pygobject-2.8:2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=media-libs/mutagen-1.8[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygobject-2.8:2[${PYTHON_MULTI_USEDEP}] + ') ) udev? ( virtual/udev ) mono? (