From: Michał Górny Date: Fri, 7 Feb 2020 14:53:26 +0000 (+0100) Subject: gnome-extra/chrome-gnome-shell: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d2cfc5b88811e765f19205f10c8f881a90f2004;p=gentoo.git gnome-extra/chrome-gnome-shell: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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 d60ba0d0a1ec..b283ba7f1e9f 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 cc94f8f1db72..c6249a6e393c 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 "