diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-05-05 04:51:21 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-05-05 15:04:02 -0400 |
commit | 5ea28abb86ce9a80c646282e4b0573fb9139f4df (patch) | |
tree | fe812c9d6af37a0c940a5c549d50b3e89b72f6e7 /media-libs/libbdplus | |
parent | sci-libs/fftw: Fix usage of tc-getCC(). (diff) | |
download | gentoo-5ea28abb86ce9a80c646282e4b0573fb9139f4df.tar.gz gentoo-5ea28abb86ce9a80c646282e4b0573fb9139f4df.tar.bz2 gentoo-5ea28abb86ce9a80c646282e4b0573fb9139f4df.zip |
media-libs/libbdplus: 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/libbdplus')
-rw-r--r-- | media-libs/libbdplus/libbdplus-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libbdplus/libbdplus-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild index 3035e2372cf3..c14911011433 100644 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild +++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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://code.videolan.org/videolan/libbdplus.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" KEYWORDS="amd64 ppc ppc64 sparc x86" diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild index a0e3a3fa2f97..5525e10aec4f 100644 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ b/media-libs/libbdplus/libbdplus-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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/git/${PN}.git" + EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" |