commit: d630bfa4b34eba7153b4c2fa2648da3938480ebd Author: demize <demize <AT> unstable <DOT> systems> AuthorDate: Tue Apr 15 17:17:10 2025 +0000 Commit: demize <demize <AT> unstable <DOT> systems> CommitDate: Tue Apr 15 17:17:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d630bfa4
dev-python/pydub: add "test" USE and RESTRICT Required after https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b736b0c09f09. Signed-off-by: demize <demize <AT> unstable.systems> dev-python/pydub/pydub-0.25.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild index 2c3342826..9084c3132 100644 --- a/dev-python/pydub/pydub-0.25.1.ebuild +++ b/dev-python/pydub/pydub-0.25.1.ebuild @@ -16,6 +16,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + BDEPEND=" test? ( media-video/ffmpeg[lame,vorbis]
