diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-08-31 22:39:07 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-08-31 22:48:46 +0200 |
commit | 0dd512857756a86b11899e68f3a78e68c3b21634 (patch) | |
tree | bde1f17c2f62322e7aca1e8827c4aa136c2e281e /media-libs/opencollada | |
parent | app-text/libmwaw: Version bump; remove old (diff) | |
download | gentoo-0dd512857756a86b11899e68f3a78e68c3b21634.tar.gz gentoo-0dd512857756a86b11899e68f3a78e68c3b21634.tar.bz2 gentoo-0dd512857756a86b11899e68f3a78e68c3b21634.zip |
media-libs/opencollada: use http uri
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/opencollada')
-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 821ee692717c..4be2a8fa77cd 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="https://github.com/KhronosGroup/OpenCOLLADA.git" + EGIT_REPO_URI="http://github.com/KhronosGroup/OpenCOLLADA.git" fi RDEPEND="dev-libs/libpcre |