app-portage/gentoopm: Remove invalid git urls
authorMike Gilbert <floppym@gentoo.org>
Sun, 20 Mar 2016 02:40:07 +0000 (22:40 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 20 Mar 2016 02:40:07 +0000 (22:40 -0400)
Package-Manager: portage-2.2.28_p64

app-portage/gentoopm/gentoopm-9999.ebuild

index 7a48874d41771beb3e09fadc12b6311ec9b8ad48..c8c4b3fb4f50b15915d8bb68197ca2de685c205d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,9 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 inherit distutils-r1
 
 #if LIVE
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
-       https://anongit.gentoo.org/git/proj/${PN}.git
-       https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
 inherit git-r3
 #endif