Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/
Date: Sat, 01 Oct 2022 01:02:44
Message-Id: 1664586063.2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4.sam@gentoo
1 commit: 2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 01:01:03 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 01:01:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf9f91c
7
8 app-eselect/eselect-python: use HTTPS for EGIT_REPO_URI
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-eselect/eselect-python/eselect-python-20200719.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-eselect/eselect-python/eselect-python-20200719.ebuild b/app-eselect/eselect-python/eselect-python-20200719.ebuild
16 index 491fe41f0407..f7f045ffc546 100644
17 --- a/app-eselect/eselect-python/eselect-python-20200719.ebuild
18 +++ b/app-eselect/eselect-python/eselect-python-20200719.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 if [[ ${PV} == "99999999" ]] ; then
27 inherit autotools git-r3
28 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
29 + EGIT_REPO_URI="https://anongit.gentoo.org/proj/${PN}.git"
30 else
31 SRC_URI="https://dev.gentoo.org/~chutzpah/dist/misc/${P}.tar.bz2"
32 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"