diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:16 +0200 |
commit | e4855dce49d14800f5e6b891ead2eb7dff51c48b (patch) | |
tree | 730f974f62677d7bf6ca65ac761e218723475957 /media-sound/dir2ogg | |
parent | media-sound/cadence: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-e4855dce49d14800f5e6b891ead2eb7dff51c48b.tar.gz gentoo-e4855dce49d14800f5e6b891ead2eb7dff51c48b.tar.bz2 gentoo-e4855dce49d14800f5e6b891ead2eb7dff51c48b.zip |
media-sound/dir2ogg: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/dir2ogg')
-rw-r--r-- | media-sound/dir2ogg/dir2ogg-0.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/dir2ogg/dir2ogg-0.13-r1.ebuild b/media-sound/dir2ogg/dir2ogg-0.13-r1.ebuild index e907dba50b31..0b4c50e8cdbd 100644 --- a/media-sound/dir2ogg/dir2ogg-0.13-r1.ebuild +++ b/media-sound/dir2ogg/dir2ogg-0.13-r1.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 python-single-r1 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} $(python_gen_cond_dep ' - >=media-libs/mutagen-1.11[${PYTHON_MULTI_USEDEP}] + >=media-libs/mutagen-1.11[${PYTHON_USEDEP}] ') media-sound/vorbis-tools[ogg123] aac? ( || ( |