diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-06-17 18:39:57 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-06-17 18:40:25 -0400 |
commit | e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db (patch) | |
tree | 6db35dcb60e629e5310d9c9911e67a8906ff7916 /app-emulation | |
parent | app-emulation/wine-vanilla: Sync with ::wine (diff) | |
download | gentoo-e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db.tar.gz gentoo-e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db.tar.bz2 gentoo-e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db.zip |
app-emulation/wine-staging: Sync with ::wine
Fix v4l useflag
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-4.10.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-4.10.ebuild b/app-emulation/wine-staging/wine-staging-4.10.ebuild index fa474a55dcfa..060b82852b3d 100644 --- a/app-emulation/wine-staging/wine-staging-4.10.ebuild +++ b/app-emulation/wine-staging/wine-staging-4.10.ebuild @@ -475,7 +475,7 @@ multilib_src_configure() { $(use_enable test tests) $(use_with truetype freetype) $(use_with udev) - $(use_with v4l) + $(use_with v4l v4l2) $(use_with vkd3d) $(use_with vulkan) $(use_with X x) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index fa474a55dcfa..060b82852b3d 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -475,7 +475,7 @@ multilib_src_configure() { $(use_enable test tests) $(use_with truetype freetype) $(use_with udev) - $(use_with v4l) + $(use_with v4l v4l2) $(use_with vkd3d) $(use_with vulkan) $(use_with X x) |