Emerging net-im/poezio-9999 fails because the ebuild's current EGIT_REPO_URI returns a 403. Poezio's main git repository is now at https://lab.louiz.org/poezio/poezio.git
Thanks for your report Florian. EGIT_REPO_URI used by the ebuild works now. And it is still advertised on the project's homepage. I guess this was some intermittent problem.
I think I will actually add this another URI as a fallback, as git-r3 eclass handles this: EGIT_REPO_URI (REQUIRED) URIs to the repository, e.g. https://foo. If multiple URIs are provided, the eclass will consider the remaining URIs as fallbacks to try if the first URI does not work. For supported URI syntaxes, read the manpage for git-clone(1).
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e26c41fd9d832a6686cec4ed51ddb91871b3a92 commit 9e26c41fd9d832a6686cec4ed51ddb91871b3a92 Author: Andrey Utkin <andrey_utkin@gentoo.org> AuthorDate: 2019-01-24 19:53:34 +0000 Commit: Andrey Utkin <andrey_utkin@gentoo.org> CommitDate: 2019-01-24 19:53:34 +0000 net-im/poezio: 9999: add fallback URI Bug: https://bugs.gentoo.org/676166 Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org> net-im/poezio/poezio-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)