Use https by default
[gentoo.git] / media-libs / libpostproc / libpostproc-9999.ebuild
index 8faca2ca378e43d0af1101e6533f6ffda37bfd64..df138a3c7f44bf5eb53702e76681aa1f893c52ad 100644 (file)
@@ -19,7 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
 elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
        SRC_URI="mirror://gentoo/${P}.tar.xz"
 else # Release
-       SRC_URI="http://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz"
+       SRC_URI="https://dev.gentoo.org/~lu_zero/distfiles/${P}.tar.xz"
 fi
 
 LICENSE="GPL-2"