diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-08-30 09:07:43 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-08-30 09:07:43 +0200 |
commit | c0ed7bb3f2cde3ddb3600f1b57466896ef79c638 (patch) | |
tree | 4a0ed41f2d2780dde3d6f82cf14016870587a2e7 /dev-libs/gnulib | |
parent | app-misc/carbon-c-relay: marked ~arm (diff) | |
download | gentoo-c0ed7bb3f2cde3ddb3600f1b57466896ef79c638.tar.gz gentoo-c0ed7bb3f2cde3ddb3600f1b57466896ef79c638.tar.bz2 gentoo-c0ed7bb3f2cde3ddb3600f1b57466896ef79c638.zip |
dev-libs/gnulib: use https in SRC_URI/EGIT_REPO_URI only, bug #628934
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/gnulib')
-rw-r--r-- | dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild | 2 | ||||
-rw-r--r-- | 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 46439222593c..a17e77d26755 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 a014aa15e2dd..6615893ccf1b 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="" |