mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/opentmpfiles: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
5c5317e654
commit
bdb69b471b
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user