diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2021-12-11 21:30:59 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2021-12-19 14:00:16 +0100 |
commit | 7a5bd676130c773c01dbc544c8c1be9291c8835c (patch) | |
tree | d983b03b249f6a07363315f15e1f1fe390e0da13 /media-video/vlc/vlc-3.0.9999.ebuild | |
parent | sci-geosciences/gpxsee: bump to 10.0 (diff) | |
download | gentoo-7a5bd676130c773c01dbc544c8c1be9291c8835c.tar.gz gentoo-7a5bd676130c773c01dbc544c8c1be9291c8835c.tar.bz2 gentoo-7a5bd676130c773c01dbc544c8c1be9291c8835c.zip |
media-video/vlc: fix live git repo url
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'media-video/vlc/vlc-3.0.9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-3.0.9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index fb2127172d31..0f61491ae7b1 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -10,10 +10,9 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" if [[ ${PV} = *9999 ]] ; then if [[ ${PV%.9999} != ${PV} ]] ; then - EGIT_REPO_URI="https://git.videolan.org/git/vlc/vlc-${PV%.9999}.git" - else - EGIT_REPO_URI="https://git.videolan.org/git/vlc.git" + EGIT_BRANCH="3.0.x" fi + EGIT_REPO_URI="https://code.videolan.org/videolan/vlc.git" inherit git-r3 else if [[ ${MY_P} = ${P} ]] ; then |