diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:18 +0200 |
commit | 7043f28686d9379e88ec22adfab22cc1b7a7dee1 (patch) | |
tree | ae0f354dd52a938640a53b7b29c5e2d1051bb171 /media-sound | |
parent | media-sound/exaile: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-7043f28686d9379e88ec22adfab22cc1b7a7dee1.tar.gz gentoo-7043f28686d9379e88ec22adfab22cc1b7a7dee1.tar.bz2 gentoo-7043f28686d9379e88ec22adfab22cc1b7a7dee1.zip |
media-sound/gnome-music: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gnome-music/gnome-music-40.0.ebuild | 6 | ||||
-rw-r--r-- | media-sound/gnome-music/gnome-music-40.1.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/gnome-music/gnome-music-40.0.ebuild b/media-sound/gnome-music/gnome-music-40.0.ebuild index 21901b881186..9a1f62b03fb6 100644 --- a/media-sound/gnome-music/gnome-music-40.0.ebuild +++ b/media-sound/gnome-music/gnome-music-40.0.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 gnome.org gnome2-utils meson python-single-r1 xdg @@ -26,8 +26,8 @@ DEPEND="${PYTHON_DEPS} app-misc/tracker:3=[introspection(+)] >=x11-libs/pango-1.44:= $(python_gen_cond_dep ' - >=dev-python/pygobject-3.36.1:3[cairo,${PYTHON_MULTI_USEDEP}] - >=dev-python/pycairo-1.14.0[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygobject-3.36.1:3[cairo,${PYTHON_USEDEP}] + >=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}] ') >=media-libs/grilo-0.3.13:0.3[introspection] >=media-plugins/grilo-plugins-0.3.13:0.3 diff --git a/media-sound/gnome-music/gnome-music-40.1.1.ebuild b/media-sound/gnome-music/gnome-music-40.1.1.ebuild index 21901b881186..9a1f62b03fb6 100644 --- a/media-sound/gnome-music/gnome-music-40.1.1.ebuild +++ b/media-sound/gnome-music/gnome-music-40.1.1.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 gnome.org gnome2-utils meson python-single-r1 xdg @@ -26,8 +26,8 @@ DEPEND="${PYTHON_DEPS} app-misc/tracker:3=[introspection(+)] >=x11-libs/pango-1.44:= $(python_gen_cond_dep ' - >=dev-python/pygobject-3.36.1:3[cairo,${PYTHON_MULTI_USEDEP}] - >=dev-python/pycairo-1.14.0[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygobject-3.36.1:3[cairo,${PYTHON_USEDEP}] + >=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}] ') >=media-libs/grilo-0.3.13:0.3[introspection] >=media-plugins/grilo-plugins-0.3.13:0.3 |