media-libs/x264: fix git uri
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 17 Dec 2017 14:52:54 +0000 (14:52 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 17 Dec 2017 15:15:20 +0000 (15:15 +0000)
Bug: https://bugs.gentoo.org/641168
Fixes: 684adb614c24 ("media-libs/x264: use https for git repo")
Acked-by: Luca Barbato <lu_zero@gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6

media-libs/x264/x264-9999.ebuild

index 3d55a45da84b6675b52d3c3b764968bfdfba3f8f..d23274765863a429f48a62b2ad44e54324ad5d32 100644 (file)
@@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html"
 if [[ ${PV} == 9999 ]]; then
        inherit git-2
-       EGIT_REPO_URI="https://git.videolan.org/x264.git"
+       EGIT_REPO_URI="https://git.videolan.org/git/x264.git"
 else
        inherit versionator
        MY_P="x264-snapshot-$(get_version_component_range 3)-2245"