summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2020-02-12 22:37:56 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2020-02-12 22:37:56 +0100
commit54bdbd72bfb9a370fbeec19e62c64a58767f30d6 (patch)
treefeaf6b6a6fe3a7b20134338fc1326b1d4aafe503 /media-plugins/vdr-softhddevice/vdr-softhddevice-9999.ebuild
parentmedia-tv/gentoo-vdr-scripts: fixed S= (diff)
downloaddevel-54bdbd72bfb9a370fbeec19e62c64a58767f30d6.tar.gz
devel-54bdbd72bfb9a370fbeec19e62c64a58767f30d6.tar.bz2
devel-54bdbd72bfb9a370fbeec19e62c64a58767f30d6.zip
media-plugins/vdr-softhddevice: migration to git-r3.eclass
Bug: https://bugs.gentoo.org/709226 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Manifest-Sign-Key: 0x68C51DE6D770E4A6! Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-softhddevice/vdr-softhddevice-9999.ebuild')
-rw-r--r--media-plugins/vdr-softhddevice/vdr-softhddevice-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-plugins/vdr-softhddevice/vdr-softhddevice-9999.ebuild b/media-plugins/vdr-softhddevice/vdr-softhddevice-9999.ebuild
index 2d0201f..67b3378 100644
--- a/media-plugins/vdr-softhddevice/vdr-softhddevice-9999.ebuild
+++ b/media-plugins/vdr-softhddevice/vdr-softhddevice-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-inherit vdr-plugin-2 git-2
+inherit vdr-plugin-2 git-r3
RESTRICT="test"
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
x11-libs/xcb-util"
+S="${WORKDIR}/${P}"
+
REQUIRED_USE="opengl? ( vaapi )
|| ( vaapi vdpau )
|| ( alsa oss )"