diff options
author | Sam James <sam@gentoo.org> | 2023-06-06 04:59:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-06 04:59:33 +0100 |
commit | 6d60e7fd140dd8c0560913db8f00c579d0c45f5a (patch) | |
tree | c338697ea9bf5424c6a2ce13a0788dda558744f1 /sys-apps/dtc | |
parent | sys-apps/dtc: drop unused toolchain-funcs (diff) | |
download | gentoo-6d60e7fd140dd8c0560913db8f00c579d0c45f5a.tar.gz gentoo-6d60e7fd140dd8c0560913db8f00c579d0c45f5a.tar.bz2 gentoo-6d60e7fd140dd8c0560913db8f00c579d0c45f5a.zip |
sys-apps/dtc: use HTTPS for git
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dtc')
-rw-r--r-- | sys-apps/dtc/dtc-1.7.0.ebuild | 2 | ||||
-rw-r--r-- | 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" |