commit: 6d60e7fd140dd8c0560913db8f00c579d0c45f5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 6 03:59:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 03:59:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d60e7fd
sys-apps/dtc: use HTTPS for git
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dtc/dtc-1.7.0.ebuild | 2 +-
sys-apps/dtc/dtc-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild
index d7f1a0c0858d..3c46abe827ed 100644
--- a/sys-apps/dtc/dtc-1.7.0.ebuild
+++ b/sys-apps/dtc/dtc-1.7.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit meson
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
+ EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/dtc/dtc.git"
inherit git-r3
else
SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz"
diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild
index 63851503ec46..b1873ee6eac6 100644
--- a/sys-apps/dtc/dtc-9999.ebuild
+++ b/sys-apps/dtc/dtc-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit meson
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
+ EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/dtc/dtc.git"
inherit git-r3
else
SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz"