From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C092139694 for ; Sun, 30 Jul 2017 09:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 908CB1FC29D; Sun, 30 Jul 2017 09:38:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C7301FC29D for ; Sun, 30 Jul 2017 09:38:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1556341A44 for ; Sun, 30 Jul 2017 09:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA28974D5 for ; Sun, 30 Jul 2017 09:38:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501407482.f074c67b780ba1780a82336b61f6181f2d72851b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fdk-aac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fdk-aac/fdk-aac-0.1.3.ebuild media-libs/fdk-aac/fdk-aac-0.1.5.ebuild X-VCS-Directories: media-libs/fdk-aac/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f074c67b780ba1780a82336b61f6181f2d72851b X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:38:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc4c72cb-4e43-4076-bb47-638e9dd72794 X-Archives-Hash: 860a0331d3a6224d3bfda2b5c437e066 commit: f074c67b780ba1780a82336b61f6181f2d72851b Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 16:29:37 2017 +0000 Commit: Michał Górny gentoo 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