media-libs/libbdplus: fix git uri
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 17 Dec 2017 14:57:54 +0000 (14:57 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 17 Dec 2017 15:15:21 +0000 (15:15 +0000)
Bug: https://bugs.gentoo.org/641168
Fixes: 018ec8a7d841 ("media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo")
Acked-by: Luca Barbato <lu_zero@gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6

media-libs/libbdplus/libbdplus-9999.ebuild

index f9796986f408d76fe7c3df81b7255996be2df32f..a0e3a3fa2f97b50117cfffed49fe8c747768dfe9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
        inherit git-r3
-       EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
+       EGIT_REPO_URI="https://git.videolan.org/git/${PN}.git"
 else
        SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
        KEYWORDS="~amd64 ~x86"