media-libs/fdk-aac: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 16:29:37 +0000 (02:29 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:38:02 +0000 (11:38 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-libs/fdk-aac/fdk-aac-0.1.3.ebuild
media-libs/fdk-aac/fdk-aac-0.1.5.ebuild

index dc91bb71a4ebebfbdead7fe97ef0f9c1fe2a8ba6..72ea14de67a4cf886a5f4d3616645c455cda0f48 100644 (file)
@@ -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
index 37e0ae194703762c096a862e239d7d524a01f7c5..0cdfb76e63779b30debad5973635003dd5c327df 100644 (file)
@@ -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