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 88410138350 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 E8C53E0891; Sun, 9 Feb 2020 16:31:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D26F7E0891 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 CC64434E8D0 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 51EAC13F for ; Sun, 9 Feb 2020 16:31:36 +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: <1581265889.73c4175b2039e1353cc95b9c26611383fdfd2051.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/griffith/griffith-0.13-r2.ebuild media-video/griffith/griffith-0.13-r3.ebuild X-VCS-Directories: media-video/griffith/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73c4175b2039e1353cc95b9c26611383fdfd2051 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:31:36 +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: a395f8f0-39e2-4f62-9f01-160685f90fb2 X-Archives-Hash: 8de2772fa72835f3a5aa227db9c8f0ee commit: 73c4175b2039e1353cc95b9c26611383fdfd2051 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 16:57:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:31:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c4175b media-video/griffith: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{griffith-0.13-r2.ebuild => griffith-0.13-r3.ebuild} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/media-video/griffith/griffith-0.13-r2.ebuild b/media-video/griffith/griffith-0.13-r3.ebuild similarity index 83% rename from media-video/griffith/griffith-0.13-r2.ebuild rename to media-video/griffith/griffith-0.13-r3.ebuild index aa9efbb2fc6..d606fd887aa 100644 --- a/media-video/griffith/griffith-0.13-r2.ebuild +++ b/media-video/griffith/griffith-0.13-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,12 +22,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-python/pillow[${PYTHON_USEDEP}] - gnome-base/libglade[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-0.5.2[${PYTHON_USEDEP}] - >=dev-python/reportlab-1.19[${PYTHON_USEDEP}]" + gnome-base/libglade[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygtk-2.6.1:2[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] + >=dev-python/sqlalchemy-0.5.2[${PYTHON_MULTI_USEDEP}] + >=dev-python/reportlab-1.19[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND} doc? ( app-text/docbook2X )"