I made a pull request to update media-sound/whipper to 0.7.3 here: https://github.com/gentoo/gentoo/pull/10406 Here is changelog from upstream: https://github.com/whipper-team/whipper/releases/tag/v0.7.3
*** Bug 672594 has been marked as a duplicate of this bug. ***
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348b03bf919970a7da51e1249963c8f29ec06169 commit 348b03bf919970a7da51e1249963c8f29ec06169 Author: Quentin Retornaz <gentoo@retornaz.com> AuthorDate: 2018-12-16 22:45:14 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-01-10 21:54:09 +0000 media-sound/whipper: bump version to 0.7.3 Bug: https://bugs.gentoo.org/673294 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-sound/whipper/Manifest | 1 + media-sound/whipper/whipper-0.7.3.ebuild | 63 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+)
You kept the gobject-introspection dep in 0.7.3 bump...
Also, it IS used in whipper/extern/task/task.py file. With a fallback to pygobject:2 for which you also have a dep. Please depend on pygobject:3 instead of pygobject:2 and gobject-introspection (pygobject:3 will pull in gobject-introspection), as pygobject:2 is legacy and we want to get rid of it.
I did the changes in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0ddd05ec808cb1474e6cbe59a5b55a63122658 because otherwise ~arch would become broken once I bump gobject-introspection later today. Please review.
@ Mart Raudsepp : Your dep change did not affect whipper behavior, it still works. I made a pull request to remove rev 0 here: https://github.com/gentoo/gentoo/pull/12619
@ Mart Raudsepp : version 0.7.0 can go away too.