commit: b263ff3528963f4c6e9dde5f43526060831ca3b1
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 12:37:27 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 12:38:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b263ff35
net-im/poezio: add fallback EGIT_REPO_URI
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/poezio/poezio-0.14.ebuild | 2 +-
net-im/poezio/poezio-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index fabfb7c285fd..b1a80a0858a5 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
+ EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git
https://github.com/poezio/poezio.git"
inherit git-r3
# We build the html documentation using sphinx.
diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index fc928f4f2798..7aa78a8fe0f9 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
+ EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git
https://github.com/poezio/poezio.git"
inherit git-r3
# We build the html documentation using sphinx.