diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 02:01:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 02:01:03 +0100 |
commit | 2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4 (patch) | |
tree | f365e7cfe9e594ac8feac33d4ce7d74ded34e87f /app-eselect | |
parent | app-portage/layman: fix live ebuild (diff) | |
download | gentoo-2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4.tar.gz gentoo-2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4.tar.bz2 gentoo-2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4.zip |
app-eselect/eselect-python: use HTTPS for EGIT_REPO_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-python/eselect-python-20200719.ebuild | 4 |
1 files 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" |