diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:30:05 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 08:30:05 -0400 |
commit | 2a85131a22417788ad421ab957e69bdf6f5aff77 (patch) | |
tree | b45858844a8393be4679c40e1b04ccb3095b2f71 /media-libs/x264/x264-9999.ebuild | |
parent | media-libs/libtheora: remove old (diff) | |
download | gentoo-2a85131a22417788ad421ab957e69bdf6f5aff77.tar.gz gentoo-2a85131a22417788ad421ab957e69bdf6f5aff77.tar.bz2 gentoo-2a85131a22417788ad421ab957e69bdf6f5aff77.zip |
media-libs/x264: use https for SRC_URI and HOMEPAGE
Diffstat (limited to 'media-libs/x264/x264-9999.ebuild')
-rw-r--r-- | media-libs/x264/x264-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 53f651b1ade2..1038f8e87232 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -6,14 +6,14 @@ EAPI=5 inherit flag-o-matic multilib toolchain-funcs eutils multilib-minimal DESCRIPTION="A free library for encoding X264/AVC streams" -HOMEPAGE="http://www.videolan.org/developers/x264.html" +HOMEPAGE="https://www.videolan.org/developers/x264.html" if [[ ${PV} == 9999 ]]; then inherit git-2 EGIT_REPO_URI="git://git.videolan.org/x264.git" else inherit versionator MY_P="x264-snapshot-$(get_version_component_range 3)-2245" - SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" + SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${MY_P}" fi |