diff options
author | David Seifert <soap@gentoo.org> | 2020-04-26 12:34:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-04-26 12:34:32 +0200 |
commit | 19838639c04d57ab6b246854c87ea8b99a4a99ce (patch) | |
tree | d786983b2c64753c87d74a4217bcf49295d1e768 /dev-python/audioread | |
parent | dev-perl/PDL: Replace virtual/ffmpeg (diff) | |
download | gentoo-19838639c04d57ab6b246854c87ea8b99a4a99ce.tar.gz gentoo-19838639c04d57ab6b246854c87ea8b99a4a99ce.tar.bz2 gentoo-19838639c04d57ab6b246854c87ea8b99a4a99ce.zip |
dev-python/audioread: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/audioread')
-rw-r--r-- | dev-python/audioread/audioread-2.1.8-r2.ebuild (renamed from dev-python/audioread/audioread-2.1.8-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/audioread/audioread-2.1.8-r1.ebuild b/dev-python/audioread/audioread-2.1.8-r2.ebuild index 9c7a8c2414c5..ef3bc88e7429 100644 --- a/dev-python/audioread/audioread-2.1.8-r1.ebuild +++ b/dev-python/audioread/audioread-2.1.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " RDEPEND=" - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( media-video/ffmpeg ) gstreamer? ( dev-python/pygobject:3[${PYTHON_USEDEP}] media-libs/gstreamer:1.0 |