diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-17 01:26:18 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-17 01:26:18 +0100 |
commit | dbafe38890b07d41aeacc274d4828b2fbef793aa (patch) | |
tree | 0883aff6ac8cf90e97b71af806651b2de95dde8a /media-plugins/vdr-screenshot | |
parent | net-analyzer/suricata: tweak the systemd unit a bit (diff) | |
download | gentoo-dbafe38890b07d41aeacc274d4828b2fbef793aa.tar.gz gentoo-dbafe38890b07d41aeacc274d4828b2fbef793aa.tar.bz2 gentoo-dbafe38890b07d41aeacc274d4828b2fbef793aa.zip |
media-plugins/vdr-screenshot: broken workdir fixed
broken by upstream
as upstraem has repacked sources on changes
of src_uri
Bug: https://bugs.gentoo.org/703120
Closes: https://bugs.gentoo.org/703120
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-screenshot')
-rw-r--r-- | media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild index d35d6c50c4fe..2acb61629019 100644 --- a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild +++ b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.15.ebuild @@ -16,3 +16,5 @@ IUSE="" DEPEND=">=media-video/vdr-2.0" RDEPEND="${DEPEND}" + +S="${WORKDIR}/${P}" |