summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/fdk-aac/fdk-aac-0.1.3.ebuild')
-rw-r--r--media-libs/fdk-aac/fdk-aac-0.1.3.ebuild4
1 files changed, 2 insertions, 2 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