diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:28 +0200 |
commit | 95f35ba1f5524c4edeab2ab56999e852424e574f (patch) | |
tree | 1b9e1f91502721c6c5af59278c750ad824684026 /media-sound/soundconverter | |
parent | media-sound/sonata: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-95f35ba1f5524c4edeab2ab56999e852424e574f.tar.gz gentoo-95f35ba1f5524c4edeab2ab56999e852424e574f.tar.bz2 gentoo-95f35ba1f5524c4edeab2ab56999e852424e574f.zip |
media-sound/soundconverter: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/soundconverter')
-rw-r--r-- | media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild index cfb00ad24e9e..dceecba8d9c3 100644 --- a/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild +++ b/media-sound/soundconverter/soundconverter-3.0.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit gnome2 python-single-r1 @@ -31,7 +31,7 @@ COMMON_DEPEND="${PYTHON_DEPS} RDEPEND="${COMMON_DEPEND} x11-libs/pango[introspection] $(python_gen_cond_dep ' - dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}] + dev-python/gst-python:1.0[${PYTHON_USEDEP}] ') libnotify? ( x11-libs/libnotify[introspection] ) |