The 3.13 versions of wine use the 4.7.3 mono engine and therefore want to download the package manually at prefix creation at the moment. Updating the ebuild would be much appreciated!
I hit this as well. In my local overlay: - copying wine-mono-4.7.1.ebuild to wine-mono-4.7.3.ebuild - creating wine-vanilla-3.13-r1.ebuild with the bumped up wine-mono dependency fixes the issue for me.
Confirmed. Got this after upgrade to wine-staging 3.13 when wine update its profile : http://i.imgur.com/kDOZLLh.png
I'll send a patch to fix this later today.
Patch at https://github.com/gentoo/repo-proj-wine/pull/7 A dev will have to merge it and sync repo-proj-wine with ::gentoo. I don't have access.
I totally overlooked your pull request and even made one myself to the main portage tree. Additionally, I was missing the updates to the live ebuilds. I have closed my PR in the meantime, sorry for that.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6fd26791d17fa7c5f57081688c0e32d5d4039696 commit 6fd26791d17fa7c5f57081688c0e32d5d4039696 Author: Lucian Poston <lucianposton@pm.me> AuthorDate: 2018-08-01 08:41:01 +0000 Commit: Nick Sarnie <sarnex@gentoo.org> CommitDate: 2018-08-02 02:34:21 +0000 app-emulation/wine-mono: Bump 4.7.3 Fixes: https://bugs.gentoo.org/661902 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emulation/wine-mono/Manifest | 1 + app-emulation/wine-mono/wine-mono-4.7.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+)
Sorry, I just saw this. Fixed now by Lucian's PR. Sarnex