diff options
Diffstat (limited to 'eclass/gstreamer.eclass')
-rw-r--r-- | eclass/gstreamer.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index aef8bf57a344..0163493a76b5 100644 --- a/eclass/gstreamer.eclass +++ b/eclass/gstreamer.eclass @@ -58,7 +58,7 @@ esac : ${GST_TARBALL_SUFFIX:="xz"} # Even though xz-utils are in @system, they must still be added to DEPEND; see -# http://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml +# https://archives.gentoo.org/gentoo-dev/msg_a0d4833eb314d1be5d5802a3b710e0a4.xml if [[ ${GST_TARBALL_SUFFIX} == "xz" ]]; then DEPEND="${DEPEND} app-arch/xz-utils" fi @@ -236,7 +236,7 @@ gstreamer_multilib_src_configure() { einfo "Configuring to build ${GST_PLUGINS_BUILD} plugin(s) ..." econf \ --with-package-name="Gentoo GStreamer ebuild" \ - --with-package-origin="http://www.gentoo.org" \ + --with-package-origin="https://www.gentoo.org" \ "${gst_conf[@]}" "${@}" } |