Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
Date: Thu, 24 Jan 2019 19:54:23
Message-Id: 1548359614.9e26c41fd9d832a6686cec4ed51ddb91871b3a92.andrey_utkin@gentoo
1 commit: 9e26c41fd9d832a6686cec4ed51ddb91871b3a92
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 24 19:53:34 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 24 19:53:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e26c41f
7
8 net-im/poezio: 9999: add fallback URI
9
10 Bug: https://bugs.gentoo.org/676166
11 Package-Manager: Portage-2.3.49, Repoman-2.3.12
12 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
13
14 net-im/poezio/poezio-9999.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
18 index d550ee29c57..6c4752e9f1f 100644
19 --- a/net-im/poezio/poezio-9999.ebuild
20 +++ b/net-im/poezio/poezio-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,7 +13,8 @@ SLOT="0"
28 IUSE="test"
29
30 if [[ "${PV}" == "9999" ]]; then
31 - EGIT_REPO_URI="https://git.poez.io/${PN}.git"
32 + EGIT_REPO_URI="https://git.poez.io/${PN}.git
33 + https://lab.louiz.org/${PN}/${PN}.git"
34 inherit git-r3
35 else
36 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"