diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-05-05 05:05:01 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-05-05 15:04:03 -0400 |
commit | 753bca5c6d5099cc78184aac33b24e519f13bd47 (patch) | |
tree | bf358ddc0f0ebe9db3edefa181266a449565a133 /media-libs/x264/x264-9999.ebuild | |
parent | media-libs/libbluray: Update EGIT_REPO_URI. (diff) | |
download | gentoo-753bca5c6d5099cc78184aac33b24e519f13bd47.tar.gz gentoo-753bca5c6d5099cc78184aac33b24e519f13bd47.tar.bz2 gentoo-753bca5c6d5099cc78184aac33b24e519f13bd47.zip |
media-libs/x264: Update EGIT_REPO_URI.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'media-libs/x264/x264-9999.ebuild')
-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 0128bcd158b6..ee5e6ace2cd2 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-r3 - EGIT_REPO_URI="https://git.videolan.org/git/x264.git" + EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git" else MY_P="x264-snapshot-$(ver_cut 3)-2245" SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" |