diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:05 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:05 +0200 |
commit | c94003f4e063b5d84a2a9798f9ef1f5358eb0c78 (patch) | |
tree | 62cabfdf51ee07de78a7f397d66691b21e30498f /media-gfx/eog-plugins | |
parent | media-gfx/cura: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-c94003f4e063b5d84a2a9798f9ef1f5358eb0c78.tar.gz gentoo-c94003f4e063b5d84a2a9798f9ef1f5358eb0c78.tar.bz2 gentoo-c94003f4e063b5d84a2a9798f9ef1f5358eb0c78.zip |
media-gfx/eog-plugins: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx/eog-plugins')
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild index abf23601ba1f..5f727ce583b2 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit gnome2 python-single-r1 @@ -35,7 +35,7 @@ RDEPEND=" >=dev-libs/glib-2.32:2[dbus] dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] ') gnome-base/gsettings-desktop-schemas media-gfx/eog[introspection] |