commit: 2d66703572a6a5fd015d2c701951f48c7bc5f684 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Sun Dec 15 20:04:39 2019 +0000 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 20:24:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d667035
media-plugins/vdr-mlist: fixed bad filename in src_uri Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org> media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild index c047342de01..4657167a5bc 100644 --- a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild +++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild @@ -7,7 +7,7 @@ inherit vdr-plugin-2 DESCRIPTION="VDR plugin: Show a history of the last OSD message" HOMEPAGE="https://github.com/jowi24/vdr-mlist" -SRC_URI="https://github.com/jowi24/vdr-mlist/archive/1.0.2.tar.gz" +SRC_URI="https://github.com/jowi24/vdr-mlist/archive/${PV}.tar.gz" KEYWORDS="amd64 x86" SLOT="0"
