diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:43:49 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:38:04 +0200 |
commit | db511a74a0d81f543c42d5d41ba9d41d8d7e543c (patch) | |
tree | 05ad11b6c8f9a6281f7c7b3b3a940d42c2433b82 /media-libs | |
parent | media-libs/libepoxy: use HTTPS for GitHub (diff) | |
download | gentoo-db511a74a0d81f543c42d5d41ba9d41d8d7e543c.tar.gz gentoo-db511a74a0d81f543c42d5d41ba9d41d8d7e543c.tar.bz2 gentoo-db511a74a0d81f543c42d5d41ba9d41d8d7e543c.zip |
media-libs/vo-amrwbenc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 2 | ||||
-rw-r--r-- | media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild index 756fa2ee19ad..c084e7fe5838 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all if [[ ${PV} == *9999 ]] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" AUTOTOOLS_AUTORECONF=1 fi diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild index 9c42dfc7d640..10694e977bb8 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all if [[ ${PV} == *9999 ]] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" AUTOTOOLS_AUTORECONF=1 fi diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild index 085ee9c4a324..725ea1c33f0b 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild @@ -7,7 +7,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all if [[ ${PV} == *9999 ]] ; then SCM="git-2" - EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" + EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" AUTOTOOLS_AUTORECONF=1 fi |