mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pyoembed: 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
24b918d274
commit
d8cffdbe2a
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user