Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
Date: Sun, 07 Nov 2021 01:37:17
Message-Id: 1636249019.2a8429f37d46ab9f38fd5ecfefe6638bc385f6e8.sam@gentoo
1 commit: 2a8429f37d46ab9f38fd5ecfefe6638bc385f6e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 01:36:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 01:36:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8429f3
7
8 media-libs/mutagen: fix test failure
9
10 Closes: https://bugs.gentoo.org/623264
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/mutagen/mutagen-1.45.1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
17 index a4e6606ee2f..12c469eebaa 100644
18 --- a/media-libs/mutagen/mutagen-1.45.1.ebuild
19 +++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
20 @@ -19,6 +19,7 @@ BDEPEND="
21 dev-python/eyeD3[${PYTHON_USEDEP}]
22 dev-python/hypothesis[${PYTHON_USEDEP}]
23 dev-python/pyflakes[${PYTHON_USEDEP}]
24 + media-libs/flac[ogg]
25 )
26 "