diff options
author | 2016-05-30 19:35:02 +0200 | |
---|---|---|
committer | 2016-05-30 19:35:02 +0200 | |
commit | 83536af45d2f5ff85fe15aefaee0d51e8c16a4f4 (patch) | |
tree | 81520890467f7b30a3d3f2e5177f405d9e652478 /media-libs | |
parent | media-libs/libdiscid-0.6.1-r0: add alpha keyword (diff) | |
parent | HTTPS (and canonicalize domain) for github.com (diff) | |
download | gentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.tar.gz gentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.tar.bz2 gentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.zip |
Merge branch 'anthonyryan1-github'
* anthonyryan1-github:
HTTPS (and canonicalize domain) for github.com
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opencollada/opencollada-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opencollada/opencollada-9999.ebuild b/media-libs/opencollada/opencollada-9999.ebuild index 4be2a8fa77cd..821ee692717c 100644 --- a/media-libs/opencollada/opencollada-9999.ebuild +++ b/media-libs/opencollada/opencollada-9999.ebuild @@ -30,7 +30,7 @@ if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/KhronosGroup/OpenCOLLADA/tarball/${COMMIT} -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" else - EGIT_REPO_URI="http://github.com/KhronosGroup/OpenCOLLADA.git" + EGIT_REPO_URI="https://github.com/KhronosGroup/OpenCOLLADA.git" fi RDEPEND="dev-libs/libpcre |