dev-libs/boost-numpy: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 09:41:18 +0000 (19:41 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:36 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-libs/boost-numpy/boost-numpy-9999.ebuild

index 1b24caed83e76dee71a4db1c9ccf40862ddc89c8..e6dd4141386a19061a55590eff3a119a2ca570b7 100644 (file)
@@ -12,8 +12,7 @@ HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
 
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
-               https://github.com/ndarray/Boost.NumPy.git"
+       EGIT_REPO_URI="https://github.com/ndarray/Boost.NumPy.git"
 else
        SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz"
 fi