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 CED3B138350 for ; Sun, 9 Feb 2020 16:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECCD9E0893; Sun, 9 Feb 2020 16:29:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CC4DDE0893 for ; Sun, 9 Feb 2020 16:29: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 E374B34E872 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 1EB1C14A for ; Sun, 9 Feb 2020 16:29: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: <1581265624.9aaa0954e09ad9b259eab450459628744cf58830.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pymemphis/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild X-VCS-Directories: media-libs/pymemphis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9aaa0954e09ad9b259eab450459628744cf58830 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:29: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: 22e27748-0b31-459d-99dd-60fc43c63841 X-Archives-Hash: cd0073bb2ddcf14de572c2fb94f14889 commit: 9aaa0954e09ad9b259eab450459628744cf58830 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 16:42:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:27:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aaa0954 media-libs/pymemphis: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{pymemphis-0.2.1-r2.ebuild => pymemphis-0.2.1-r3.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild similarity index 80% rename from media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild rename to media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild index a9f890cbaea..5239a296f16 100644 --- a/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild +++ b/media-libs/pymemphis/pymemphis-0.2.1-r3.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 @@ -20,8 +20,10 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pycairo[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] + ') media-libs/memphis" DEPEND="${RDEPEND}"