sys-libs/glibc: Use https:// again for git repository.

Reverts: 3e796f4abb
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2020-03-16 18:56:26 +00:00
committed by Sergei Trofimovich
parent e1d117dec6
commit 2dcabf30ef
5 changed files with 5 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ EMULTILIB_PKG="true"
RELEASE_VER=""
case ${PV} in
9999*)
EGIT_REPO_URIS="git://sourceware.org/git/glibc.git"
EGIT_REPO_URIS="https://sourceware.org/git/glibc.git"
inherit git-r3
;;
*)

View File

@@ -16,7 +16,7 @@ EMULTILIB_PKG="true"
RELEASE_VER=""
case ${PV} in
9999*)
EGIT_REPO_URIS="git://sourceware.org/git/glibc.git"
EGIT_REPO_URIS="https://sourceware.org/git/glibc.git"
inherit git-r3
;;
*)

View File

@@ -14,7 +14,7 @@ EMULTILIB_PKG="true"
# Configuration variables
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
inherit git-r3
else
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"

View File

@@ -16,8 +16,7 @@ SLOT="2.2"
EMULTILIB_PKG="true"
if [[ ${PV} == 9999* ]]; then
# sourceware.org does not have https:// today.
EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
inherit git-r3
else
# needs minimal testing

View File

@@ -16,8 +16,7 @@ SLOT="2.2"
EMULTILIB_PKG="true"
if [[ ${PV} == 9999* ]]; then
# sourceware.org does not have https:// today.
EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
inherit git-r3
else
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"