summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 19:41:18 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:15:36 +0200
commit41d35c6265407c2521c3d915138f8c3c1305d7e5 (patch)
treede80c0ef5834af3638e827fff011657d257f4c77 /dev-libs/boost-numpy
parentdev-libs/libRocket: use HTTPS for GitHub and HOMEPAGE domain (diff)
downloadgentoo-41d35c6265407c2521c3d915138f8c3c1305d7e5.tar.gz
gentoo-41d35c6265407c2521c3d915138f8c3c1305d7e5.tar.bz2
gentoo-41d35c6265407c2521c3d915138f8c3c1305d7e5.zip
dev-libs/boost-numpy: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/boost-numpy')
-rw-r--r--dev-libs/boost-numpy/boost-numpy-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
index 1b24caed83e7..e6dd4141386a 100644
--- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild
+++ b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
@@ -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