diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:56 +0200 |
commit | 7f510bc6b22e00f7a78ff6942f3d50cf6c439700 (patch) | |
tree | 62c271be3e0cf2726a4f262d6bf71af7a12875bc /gnome-extra | |
parent | gnome-extra/gnome-tweaks: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-7f510bc6b22e00f7a78ff6942f3d50cf6c439700.tar.gz gentoo-7f510bc6b22e00f7a78ff6942f3d50cf6c439700.tar.bz2 gentoo-7f510bc6b22e00f7a78ff6942f3d50cf6c439700.zip |
gnome-extra/nautilus-dropbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nautilus-dropbox/nautilus-dropbox-2019.02.14.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2019.02.14.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2019.02.14.ebuild index 0e5c5cb2b921..bd8415d16fba 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2019.02.14.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2019.02.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit autotools python-single-r1 xdg-utils @@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS} gnome-base/nautilus net-misc/dropbox >=dev-libs/glib-2.14 - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]' )" + $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' )" DEPEND="${RDEPEND}" diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild index e882654d4eb2..76ae97342d8f 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit autotools python-single-r1 xdg-utils @@ -19,7 +19,7 @@ IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]' ) + $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' ) dev-libs/glib:2 gnome-base/nautilus net-misc/dropbox" @@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND}" BDEPEND=" - $(python_gen_cond_dep 'dev-python/docutils[${PYTHON_MULTI_USEDEP}]' ) + $(python_gen_cond_dep 'dev-python/docutils[${PYTHON_USEDEP}]' ) virtual/pkgconfig" # use system rst2man |