Hi, Just try to emerge games-emulation/dolphin-4.0 and the ebuild has wrong typo in SRC_URI and wget failed to get the file. Changing this line : SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip" to this line : SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PN}-${PV}.zip" And it's ok, but i don't think it's a right typo... And also this line : S="${WORKDIR}/${PN}-emu" to this line : S="${WORKDIR}/${PN}-${PV}" And every thing is ok, but again i think it's not a good typo ... Hope this could help. Thanks ! Reproducible: Always Steps to Reproduce: emerge =games-emulation/dolphin-4.0
The issue is with the S variable, not with the SRC_URI :) When downloaded, it will download to the dolphin-4.0.zip file, but the URI should be as is. I'm going to resolve this issue with both 4.0 and 3.5 ebuild versions. I appreciate you letting me know.
Should be fixed now, do let me know if you still run into any problems. I'll keep this open until the change becomes available on the portage tree.
Fire away at your compiler ;)