commit: 0e37e916192d6d49ac775dba5878bf6171eabfa9 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Mar 26 18:06:14 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Mar 26 18:37:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e37e916
media-libs/partio: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7628 media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index 0ca9c31c266..00bb039c1b3 100644 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit cmake-utils vcs-snapshot python-single-r1 DESCRIPTION="A library for particle IO and manipulation" -HOMEPAGE="http://www.disneyanimation.com/technology/partio.html" +HOMEPAGE="https://www.disneyanimation.com/technology/partio.html" MY_GIT_COMMIT="2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5" SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz -> ${P}.tar.gz"