diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-06-17 18:39:05 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-06-17 18:40:19 -0400 |
commit | bc62a3be276244cf85e5735b8ca1baacb42c7151 (patch) | |
tree | 18df4532c8122b9b0e454a67dd3d02ecd317a0ae /app-emulation | |
parent | sys-kernel/gentoo-sources: Linux patch 5.1.11 (diff) | |
download | gentoo-bc62a3be276244cf85e5735b8ca1baacb42c7151.tar.gz gentoo-bc62a3be276244cf85e5735b8ca1baacb42c7151.tar.bz2 gentoo-bc62a3be276244cf85e5735b8ca1baacb42c7151.zip |
app-emulation/wine-vanilla: 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-vanilla/wine-vanilla-4.10.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild index 70c9c99fce97..4d617da0c058 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild @@ -406,7 +406,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-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 70c9c99fce97..4d617da0c058 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -406,7 +406,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) |