summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-14 14:37:27 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-10-14 14:38:11 +0200
commitb263ff3528963f4c6e9dde5f43526060831ca3b1 (patch)
treeb534f20ef3631467289086c18c883a29008800e0
parentmedia-sound/fluidsynth: fixed config switch (diff)
downloadgentoo-b263ff3528963f4c6e9dde5f43526060831ca3b1.tar.gz
gentoo-b263ff3528963f4c6e9dde5f43526060831ca3b1.tar.bz2
gentoo-b263ff3528963f4c6e9dde5f43526060831ca3b1.zip
net-im/poezio: add fallback EGIT_REPO_URI
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--net-im/poezio/poezio-0.14.ebuild2
-rw-r--r--net-im/poezio/poezio-9999.ebuild2
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.