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 2F901138350 for ; Sun, 9 Feb 2020 16:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E05E7E0874; Sun, 9 Feb 2020 16:25:25 +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 C2937E0874 for ; Sun, 9 Feb 2020 16:25:25 +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 CC2E134E8E1 for ; Sun, 9 Feb 2020 16:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E85C14B for ; Sun, 9 Feb 2020 16:25:20 +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: <1581265331.6d2cfc5b88811e765f19205f10c8f881a90f2004.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild X-VCS-Directories: gnome-extra/chrome-gnome-shell/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6d2cfc5b88811e765f19205f10c8f881a90f2004 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:25:20 +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: 1dfc48a7-e32c-4690-a4cc-cd70279d5857 X-Archives-Hash: f9c55339eb9ceb6665035cf8db6fcf4c commit: 6d2cfc5b88811e765f19205f10c8f881a90f2004 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:53:26 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:22:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2cfc5b gnome-extra/chrome-gnome-shell: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> ...e-gnome-shell-10-r1.ebuild => chrome-gnome-shell-10-r3.ebuild} | 6 ++++-- ...e-gnome-shell-10-r2.ebuild => chrome-gnome-shell-10-r4.ebuild} | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild similarity index 91% rename from gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild rename to gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild index d60ba0d0a1e..b283ba7f1e9 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild @@ -23,8 +23,10 @@ DEPEND="${PYTHON_DEPS} sys-apps/coreutils " RDEPEND="${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/requests[${PYTHON_MULTI_USEDEP}] + ') gnome-base/gnome-shell " diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild similarity index 88% rename from gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild rename to gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild index cc94f8f1db7..c6249a6e393 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.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 @@ -23,8 +23,10 @@ DEPEND="${PYTHON_DEPS} sys-apps/coreutils " RDEPEND="${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/requests[${PYTHON_MULTI_USEDEP}] + ') gnome-base/gnome-shell "