diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-05 07:27:01 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-05 07:27:01 +0100 |
commit | 1b857d7f10ec6d86444b156ece2ffbe570fc7c3c (patch) | |
tree | 036fd6c99782c667bad684360b456d5ccee6445e /sys-devel/crossdev | |
parent | dev-libs/libdaemon: stable 0.14-r3 for ia64, bug #652220 (diff) | |
download | gentoo-1b857d7f10ec6d86444b156ece2ffbe570fc7c3c.tar.gz gentoo-1b857d7f10ec6d86444b156ece2ffbe570fc7c3c.tar.bz2 gentoo-1b857d7f10ec6d86444b156ece2ffbe570fc7c3c.zip |
sys-devel/crossdev: switch live ebuild from git:// to https://
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/crossdev-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index d6645156ceb3..9024b91e057b 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "99999999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git" else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" |