diff options
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] ) |