dev-python/pyoembed: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 20:44:18 +10:00
committed by Michał Górny
parent 24b918d274
commit d8cffdbe2a
2 changed files with 4 additions and 6 deletions

View File

@@ -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
@@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=
KEYWORDS=
EGIT_REPO_URI="git://github.com/rafaelmartins/pyoembed.git
https://github.com/rafaelmartins/pyoembed.git"
EGIT_REPO_URI="https://github.com/rafaelmartins/pyoembed.git"
inherit git-r3
fi

View File

@@ -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
@@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=
KEYWORDS=
EGIT_REPO_URI="git://github.com/rafaelmartins/pyoembed.git
https://github.com/rafaelmartins/pyoembed.git"
EGIT_REPO_URI="https://github.com/rafaelmartins/pyoembed.git"
inherit git-r3
fi