diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:29:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 13:32:42 +0200 |
commit | 9faa216ae2d2ff3a7c9271fa1d20f9f6a830079a (patch) | |
tree | dade1abf26838793cdb873ca30150675adad13e4 /dev-games | |
parent | sci-misc/mendeleydesktop: use HTTPS (diff) | |
download | gentoo-9faa216ae2d2ff3a7c9271fa1d20f9f6a830079a.tar.gz gentoo-9faa216ae2d2ff3a7c9271fa1d20f9f6a830079a.tar.bz2 gentoo-9faa216ae2d2ff3a7c9271fa1d20f9f6a830079a.zip |
dev-games/ogre: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8011
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/ogre/ogre-1.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild b/dev-games/ogre/ogre-1.9.0-r1.ebuild index 85c350c407d8..5714d1a67a48 100644 --- a/dev-games/ogre/ogre-1.9.0-r1.ebuild +++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ CMAKE_REMOVE_MODULES_LIST="FindFreetype FindDoxygen FindZLIB" inherit eutils cmake-utils vcs-snapshot DESCRIPTION="Object-oriented Graphics Rendering Engine" -HOMEPAGE="http://www.ogre3d.org/" +HOMEPAGE="https://www.ogre3d.org/" SRC_URI="https://bitbucket.org/sinbad/ogre/get/v${PV//./-}.tar.bz2 -> ${P}.tar.bz2" LICENSE="MIT public-domain" |