summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 02:29:37 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:38:02 +0200
commitf074c67b780ba1780a82336b61f6181f2d72851b (patch)
tree4ef6696b17e46641d93acb219fba2f24f25ae370 /media-libs/fdk-aac
parentmedia-gfx/darktable: use HTTPS for GitHub and HOMEPAGE (diff)
downloadgentoo-f074c67b780ba1780a82336b61f6181f2d72851b.tar.gz
gentoo-f074c67b780ba1780a82336b61f6181f2d72851b.tar.bz2
gentoo-f074c67b780ba1780a82336b61f6181f2d72851b.zip
media-libs/fdk-aac: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs/fdk-aac')
-rw-r--r--media-libs/fdk-aac/fdk-aac-0.1.3.ebuild4
-rw-r--r--media-libs/fdk-aac/fdk-aac-0.1.5.ebuild2
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 dc91bb71a4eb..72ea14de67a4 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 37e0ae194703..0cdfb76e6377 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