commit: 2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 01:01:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 01:01:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf9f91c
app-eselect/eselect-python: use HTTPS for EGIT_REPO_URI
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-eselect/eselect-python/eselect-python-20200719.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-eselect/eselect-python/eselect-python-20200719.ebuild
b/app-eselect/eselect-python/eselect-python-20200719.ebuild
index 491fe41f0407..f7f045ffc546 100644
--- a/app-eselect/eselect-python/eselect-python-20200719.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20200719.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ ${PV} == "99999999" ]] ; then
inherit autotools git-r3
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
+ EGIT_REPO_URI="https://anongit.gentoo.org/proj/${PN}.git"
else
SRC_URI="https://dev.gentoo.org/~chutzpah/dist/misc/${P}.tar.bz2"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"