net-im/poezio: drop old Git URI
authorAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 2 Sep 2019 17:09:15 +0000 (18:09 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 2 Sep 2019 17:15:46 +0000 (18:15 +0100)
The old one is badly maintained and is not recommended by upstream devs
(namely, pep) anymore.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
net-im/poezio/poezio-9999.ebuild

index 6c4752e9f1f57342c0297327bb262e4190dc0a79..a0147fb03e58b49bad2a5ce179ba2939538d97fc 100644 (file)
@@ -13,8 +13,7 @@ SLOT="0"
 IUSE="test"
 
 if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://git.poez.io/${PN}.git
-               https://lab.louiz.org/${PN}/${PN}.git"
+       EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
        inherit git-r3
 else
        SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"