Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-mlist/
Date: Sun, 22 Dec 2019 20:50:54
Message-Id: 1577047837.558d8882346a155cfa0c623fe376ee726c5ce3d0.hd_brummy@gentoo
1 commit: 558d8882346a155cfa0c623fe376ee726c5ce3d0
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 20:49:38 2019 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 20:50:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558d8882
7
8 media-plugins/vdr-mlist: fixed S doesnt exist
9
10 Bug: https://bugs.gentoo.org/703074
11 Closes: https://bugs.gentoo.org/703074
12 Package-Manager: Portage-2.3.82, Repoman-2.3.18
13 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
14
15 media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
19 index bdc13141c89..c7348b5082b 100644
20 --- a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
21 +++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild
22 @@ -16,3 +16,5 @@ IUSE=""
23
24 DEPEND=">=media-video/vdr-2.0"
25 RDEPEND="${DEPEND}"
26 +
27 +S="${WORKDIR}/${P}"