mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/flask-cors: 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
4654fcfa6e
commit
768fc529fd
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-2
|
||||
EGIT_REPO_URI="git://github.com/wcdolphin/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/wcdolphin/${PN}.git"
|
||||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-2
|
||||
EGIT_REPO_URI="git://github.com/wcdolphin/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/wcdolphin/${PN}.git"
|
||||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-2
|
||||
EGIT_REPO_URI="git://github.com/wcdolphin/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/wcdolphin/${PN}.git"
|
||||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user