diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:10:08 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:38 +0200 |
commit | bdb69b471b66bc970128cc66c2b9b88fec591b2e (patch) | |
tree | 8d684b1b927bb4bf407744222babbd1098990c11 /sys-apps | |
parent | sys-apps/openrc: use HTTPS for GitHub (diff) | |
download | gentoo-bdb69b471b66bc970128cc66c2b9b88fec591b2e.tar.gz gentoo-bdb69b471b66bc970128cc66c2b9b88fec591b2e.tar.bz2 gentoo-bdb69b471b66bc970128cc66c2b9b88fec591b2e.zip |
sys-apps/opentmpfiles: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-0.1.1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.1.1.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.1.1.ebuild index 898152f8d7fa..12148204094e 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-0.1.1.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-0.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/openrc/${PN}" + EGIT_REPO_URI="https://github.com/openrc/${PN}" else SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild index 707c50b7f49f..47fc6ab98433 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-0.1.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/openrc/${PN}" + EGIT_REPO_URI="https://github.com/openrc/${PN}" else SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild index 710b4e94f204..bb0ba6227193 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild @@ -5,7 +5,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/openrc/${PN}" + EGIT_REPO_URI="https://github.com/openrc/${PN}" else SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild index 7688bed5e9dc..c96bac4a3db0 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/openrc/${PN}" + EGIT_REPO_URI="https://github.com/openrc/${PN}" else SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |