diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 20:44:18 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:47 +0200 |
commit | d8cffdbe2a9323e7bbd476580b38e187a5c82161 (patch) | |
tree | 00592aece091030c95d2d58d3851a1deb16ac580 /dev-python/pyoembed | |
parent | dev-python/rackspace-auth-openstack: use HTTPS for GitHub (diff) | |
download | gentoo-d8cffdbe2a9323e7bbd476580b38e187a5c82161.tar.gz gentoo-d8cffdbe2a9323e7bbd476580b38e187a5c82161.tar.bz2 gentoo-d8cffdbe2a9323e7bbd476580b38e187a5c82161.zip |
dev-python/pyoembed: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/pyoembed')
-rw-r--r-- | dev-python/pyoembed/pyoembed-0.1.1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pyoembed/pyoembed-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/pyoembed/pyoembed-0.1.1.ebuild b/dev-python/pyoembed/pyoembed-0.1.1.ebuild index b0c7992897fb..3b6c54f2f8c2 100644 --- a/dev-python/pyoembed/pyoembed-0.1.1.ebuild +++ b/dev-python/pyoembed/pyoembed-0.1.1.ebuild @@ -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 diff --git a/dev-python/pyoembed/pyoembed-9999.ebuild b/dev-python/pyoembed/pyoembed-9999.ebuild index b0c7992897fb..3b6c54f2f8c2 100644 --- a/dev-python/pyoembed/pyoembed-9999.ebuild +++ b/dev-python/pyoembed/pyoembed-9999.ebuild @@ -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 |