diff options
-rw-r--r-- | dev-libs/boost-numpy/boost-numpy-9999.ebuild | 3 |
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 |