commit: f074c67b780ba1780a82336b61f6181f2d72851b
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 16:29:37 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:38:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f074c67b
media-libs/fdk-aac: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
media-libs/fdk-aac/fdk-aac-0.1.3.ebuild | 4 ++--
media-libs/fdk-aac/fdk-aac-0.1.5.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
b/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
index dc91bb71a4e..72ea14de67a 100644
--- a/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
if [[ ${PV} == *9999 ]] ; then
SCM="git"
- 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=yes
fi
diff --git a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
index 37e0ae19470..0cdfb76e637 100644
--- a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
if [[ ${PV} == *9999* ]]; then
SRC_URI=""
- 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}"
inherit autotools git-r3
else