commit:     683b6ca705b046d838d3bb68d399bf469fa0cc87
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 14:52:54 2017 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:15:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683b6ca7

media-libs/x264: fix git uri

Bug: https://bugs.gentoo.org/641168
Fixes: 684adb614c24 ("media-libs/x264: use https for git repo")
Acked-by: Luca Barbato <lu_zero <AT> gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6

 media-libs/x264/x264-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
index 3d55a45da84..d2327476586 100644
--- a/media-libs/x264/x264-9999.ebuild
+++ b/media-libs/x264/x264-9999.ebuild
@@ -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"

Reply via email to