diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:10:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:23 +0100 |
commit | 4534e2e354c898964bd7949fc8aaccc7c394873f (patch) | |
tree | d327012cb869205686f4709c1e15a5154573ae53 | |
parent | media-tv/ivtv-utils: fix StaticSrcUri (diff) | |
download | gentoo-4534e2e354c898964bd7949fc8aaccc7c394873f.tar.gz gentoo-4534e2e354c898964bd7949fc8aaccc7c394873f.tar.bz2 gentoo-4534e2e354c898964bd7949fc8aaccc7c394873f.zip |
media-video/vdr: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-video/vdr/vdr-2.4.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/vdr/vdr-2.4.7-r1.ebuild b/media-video/vdr/vdr-2.4.7-r1.ebuild index 992581e9e7e2..a7db9e18f489 100644 --- a/media-video/vdr/vdr-2.4.7-r1.ebuild +++ b/media-video/vdr/vdr-2.4.7-r1.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic strip-linguas toolchain-funcs DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB" HOMEPAGE="http://www.tvdr.de/" -SRC_URI="http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/2.4.7;sf=tbz2 -> ${P}.tbz2 +SRC_URI="http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/${PV};sf=tbz2 -> ${P}.tbz2 mainmenuhooks? ( http://vdr.websitec.de/download/${PN}/${PN}-2.4.1/${PN}-2.4.1_mainmenuhook-1.0.1.patch.bz2 ) menuorg? ( https://projects.vdr-developer.org/projects/plg-menuorg/repository/revisions/master/raw/vdr-patch/vdr-menuorg-2.3.x.diff ) naludump? ( https://www.udo-richter.de/vdr/files/vdr-2.1.5-naludump-0.1.diff ) |