diff options
author | 2017-09-05 11:40:00 -0400 | |
---|---|---|
committer | 2017-09-07 09:12:01 -0400 | |
commit | 0d2965565f12ac195e01d82b84680fb2995f76bd (patch) | |
tree | 55ea169540160e4ef095c817641071593b93d84b /media-video/rtmpdump/rtmpdump-9999.ebuild | |
parent | dev-cpp/waylandpp: 0.1.2 version bump (diff) | |
download | gentoo-0d2965565f12ac195e01d82b84680fb2995f76bd.tar.gz gentoo-0d2965565f12ac195e01d82b84680fb2995f76bd.tar.bz2 gentoo-0d2965565f12ac195e01d82b84680fb2995f76bd.zip |
media-video/rtmpdump: use https in SRC_URI/EGIT_REPO_URI
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Closes #5622
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-9999.ebuild')
-rw-r--r-- | media-video/rtmpdump/rtmpdump-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild index 80f3d75437d5..4d69e6e3a3c4 100644 --- a/media-video/rtmpdump/rtmpdump-9999.ebuild +++ b/media-video/rtmpdump/rtmpdump-9999.ebuild @@ -7,7 +7,7 @@ inherit git-r3 multilib toolchain-funcs multilib-minimal flag-o-matic DESCRIPTION="RTMP client intended to stream audio or video flash content" HOMEPAGE="http://rtmpdump.mplayerhq.hu/" -EGIT_REPO_URI="git://git.ffmpeg.org/rtmpdump" +EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git" # the library is LGPL-2.1, the command is GPL-2 LICENSE="GPL-2 LGPL-2.1" |