commit:     c0ed7bb3f2cde3ddb3600f1b57466896ef79c638
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 07:07:43 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 07:07:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ed7bb3

dev-libs/gnulib: use https in SRC_URI/EGIT_REPO_URI only, bug #628934

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild | 2 +-
 dev-libs/gnulib/gnulib-9999-r1.ebuild             | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild 
b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
index 46439222593..a17e77d2675 100644
--- a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
+++ b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
@@ -7,7 +7,7 @@ GIT_TAG="3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2"
 
 DESCRIPTION="Gnulib is a library of common routines intended to be shared at 
the source level"
 HOMEPAGE="https://www.gnu.org/software/gnulib";
-SRC_URI="http://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz";
+SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-libs/gnulib/gnulib-9999-r1.ebuild 
b/dev-libs/gnulib/gnulib-9999-r1.ebuild
index a014aa15e2d..6615893ccf1 100644
--- a/dev-libs/gnulib/gnulib-9999-r1.ebuild
+++ b/dev-libs/gnulib/gnulib-9999-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,10 +8,7 @@ inherit git-r3
 DESCRIPTION="Gnulib is a library of common routines intended to be shared at 
the source level"
 HOMEPAGE="https://www.gnu.org/software/gnulib";
 
-EGIT_REPO_URI="
-       git://git.savannah.gnu.org/${PN}.git
-       http://git.savannah.gnu.org/r/${PN}.git
-"
+EGIT_REPO_URI="https://git.savannah.gnu.org/r/${PN}.git";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""

Reply via email to