diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 15:53:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:22:11 +0100 |
commit | 6d2cfc5b88811e765f19205f10c8f881a90f2004 (patch) | |
tree | ea94a619d9bb56dc39ad128421181846aec0f734 | |
parent | gnome-base/gnome-shell: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-6d2cfc5b88811e765f19205f10c8f881a90f2004.tar.gz gentoo-6d2cfc5b88811e765f19205f10c8f881a90f2004.tar.bz2 gentoo-6d2cfc5b88811e765f19205f10c8f881a90f2004.zip |
gnome-extra/chrome-gnome-shell: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild (renamed from gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild) | 6 | ||||
-rw-r--r-- | gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild (renamed from gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.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 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 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 " |