media-libs/qt-gstreamer: use HTTPS for freedesktop.org
authorDavid Hicks <david@hicks.id.au>
Mon, 31 Jul 2017 12:44:37 +0000 (22:44 +1000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Aug 2017 17:04:07 +0000 (19:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild

index 30197e88af7f66dc536cf58c760199666db655d0..0768a8596f23c16730cc0b72ace3b17816918985 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 if [[ ${PV} != *9999* ]]; then
-       SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
+       SRC_URI="https://gstreamer.freedesktop.org/src/qt-gstreamer/${P}.tar.xz"
        KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 else
-       EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" )
+       EGIT_REPO_URI="https://anongit.freedesktop.org/git/gstreamer/qt-gstreamer.git"
        inherit git-r3
 fi