summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2019-01-24 19:53:34 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2019-01-24 19:53:34 +0000
commit9e26c41fd9d832a6686cec4ed51ddb91871b3a92 (patch)
tree994f9195fc66e70c204c30160039cb909c48a83e /net-im
parentnet-misc/youtube-dl: Version 2019.01.24 (diff)
downloadgentoo-9e26c41fd9d832a6686cec4ed51ddb91871b3a92.tar.gz
gentoo-9e26c41fd9d832a6686cec4ed51ddb91871b3a92.tar.bz2
gentoo-9e26c41fd9d832a6686cec4ed51ddb91871b3a92.zip
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>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/poezio/poezio-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index d550ee29c570..6c4752e9f1f5 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,8 @@ SLOT="0"
IUSE="test"
if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://git.poez.io/${PN}.git"
+ EGIT_REPO_URI="https://git.poez.io/${PN}.git
+ https://lab.louiz.org/${PN}/${PN}.git"
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"