diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-03-16 18:49:30 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-16 21:23:52 +0000 |
commit | 3b06eba53f1183d76c0c768b2b7aca06ea448074 (patch) | |
tree | 4cc56aeeba30b03f4b93b910bb8c9fcb877a7f7f /sys-devel/binutils | |
parent | package.deprecated: Deprecate py2 virtual/python-* (diff) | |
download | gentoo-3b06eba53f1183d76c0c768b2b7aca06ea448074.tar.gz gentoo-3b06eba53f1183d76c0c768b2b7aca06ea448074.tar.bz2 gentoo-3b06eba53f1183d76c0c768b2b7aca06ea448074.zip |
sys-devel/binutils: Use https:// again for git repository.
Reverts: f6ce8a59558a0472d72be70e9568aa3ef566b108
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 569c1c82680f..7e5b921ee5f7 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -24,16 +24,14 @@ PATCH_BINUTILS_VER=9999 case ${PV} in 9999) - # sourceware.org does not have https:// today. - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 S=${WORKDIR}/binutils EGIT_CHECKOUT_DIR=${S} SLOT=${PV} ;; *.9999) - # sourceware.org does not have https:// today. - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 S=${WORKDIR}/binutils EGIT_CHECKOUT_DIR=${S} |