diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-12-17 14:57:54 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2017-12-17 15:15:21 +0000 |
commit | f435431483d009ab8a82676f96f9e25bdcc3cb2a (patch) | |
tree | a0a11a9255b42890c19db3895c101eeeb7c0dde8 /media-libs/libbdplus/libbdplus-9999.ebuild | |
parent | media-libs/x264: fix git uri (diff) | |
download | gentoo-f435431483d009ab8a82676f96f9e25bdcc3cb2a.tar.gz gentoo-f435431483d009ab8a82676f96f9e25bdcc3cb2a.tar.bz2 gentoo-f435431483d009ab8a82676f96f9e25bdcc3cb2a.zip |
media-libs/libbdplus: fix git uri
Bug: https://bugs.gentoo.org/641168
Fixes: 018ec8a7d841 ("media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo")
Acked-by: Luca Barbato <lu_zero@gentoo.org>
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'media-libs/libbdplus/libbdplus-9999.ebuild')
-rw-r--r-- | media-libs/libbdplus/libbdplus-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild index f9796986f408..a0e3a3fa2f97 100644 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ b/media-libs/libbdplus/libbdplus-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ inherit autotools-multilib if [[ ${PV} == 9999 ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.videolan.org/${PN}.git" + EGIT_REPO_URI="https://git.videolan.org/git/${PN}.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" |