Created attachment 797680 [details] attachment contains both build log and emerge --info Emerging the beta Teamspeak client fails due to invalid URL address. This is because the URL is crafted based from package version, in this case 5.0.0_beta70, but Teamspeak servers use (-) in their versioning instead of (_), so the version should be 5.0.0-beta70 instead. Because of this difference, the URL returns error 404 and causes the build to fail.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d82e896ccd3f86838461972e7753a9313369a0 commit 20d82e896ccd3f86838461972e7753a9313369a0 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2022-08-05 17:04:53 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2022-08-05 17:04:53 +0000 media-sound/teamspeak-client: fix SRC_URI Closes: https://bugs.gentoo.org/863635 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)