Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-sphinx/
Date: Wed, 08 May 2019 04:22:54
Message-Id: 1557289350.45252015b7fdfcb25e0c0769212ab49facb151df.prometheanfire@gentoo
1 commit: 45252015b7fdfcb25e0c0769212ab49facb151df
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue May 7 17:33:01 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 04:22:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45252015
7
8 dev-python/oslo-sphinx: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
17 index 787d64927c6..1e6a98810f1 100644
18 --- a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
19 +++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild
20 @@ -10,7 +10,7 @@ inherit distutils-r1
21 MY_PN="${PN//-/}"
22
23 DESCRIPTION="OpenStack Sphinx Extensions and Theme"
24 -HOMEPAGE="http://www.openstack.org/"
25 +HOMEPAGE="https://www.openstack.org/"
26 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
27
28 LICENSE="Apache-2.0"