diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-12-17 14:52:54 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-12-17 15:15:20 +0000 |
commit | 683b6ca705b046d838d3bb68d399bf469fa0cc87 (patch) | |
tree | 437fc34f5a29d372aa0df99187135a79f50187e1 | |
parent | app-admin/metalog: Drop old (diff) | |
download | gentoo-683b6ca705b046d838d3bb68d399bf469fa0cc87.tar.gz gentoo-683b6ca705b046d838d3bb68d399bf469fa0cc87.tar.bz2 gentoo-683b6ca705b046d838d3bb68d399bf469fa0cc87.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6
-rw-r--r-- | media-libs/x264/x264-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 3d55a45da84b..d23274765863 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" |