Skip to content

Commit

Permalink
media-libs/opus: move from git-2 to git-r3 and use https for git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Aug 31, 2017
1 parent 9bdd092 commit bbb5c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media-libs/opus/opus-1.1.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ EAPI=6
inherit 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="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
Expand Down
4 changes: 2 additions & 2 deletions media-libs/opus/opus-1.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbb5c43

Please sign in to comment.