diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:47:44 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:56:03 -0400 |
commit | bbb5c432f0a48b4b69d4d281ae033979d6172e72 (patch) | |
tree | 8793933e9bc7132122779df19e17723a055bd4ac /media-libs/opus/opus-1.2.1.ebuild | |
parent | media-libs/opus: use https for HOMEPAGE (diff) | |
download | gentoo-bbb5c432f0a48b4b69d4d281ae033979d6172e72.tar.gz gentoo-bbb5c432f0a48b4b69d4d281ae033979d6172e72.tar.bz2 gentoo-bbb5c432f0a48b4b69d4d281ae033979d6172e72.zip |
media-libs/opus: move from git-2 to git-r3 and use https for git repo
Diffstat (limited to 'media-libs/opus/opus-1.2.1.ebuild')
-rw-r--r-- | media-libs/opus/opus-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/opus/opus-1.2.1.ebuild b/media-libs/opus/opus-1.2.1.ebuild index 513796aba7b0..ea49b691cc38 100644 --- a/media-libs/opus/opus-1.2.1.ebuild +++ b/media-libs/opus/opus-1.2.1.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit autotools multilib-minimal if [[ ${PV} == *9999 ]] ; then - inherit git-2 - EGIT_REPO_URI="git://git.opus-codec.org/opus.git" + inherit git-r3 + EGIT_REPO_URI="https://git.xiph.org/opus.git" else SRC_URI="https://github.com/xiph/opus/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then |