diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-11-15 00:29:27 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-11-15 00:55:28 -0500 |
commit | 91be10f719150e2d40c1d859f9f198b2b2a99f61 (patch) | |
tree | fbc18e0f1e0e6079bbb51e4b5dff6e49aa524271 /app-emulation/wine-vanilla | |
parent | dev-python/fastjsonschema: Bump to 2.19.0 (diff) | |
download | gentoo-91be10f719150e2d40c1d859f9f198b2b2a99f61.tar.gz gentoo-91be10f719150e2d40c1d859f9f198b2b2a99f61.tar.bz2 gentoo-91be10f719150e2d40c1d859f9f198b2b2a99f61.zip |
app-emulation/wine-vanilla: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 42964a47518d..fd8f2e5d9eba 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -97,7 +97,10 @@ WINE_COMMON_DEPEND=" !llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] ) ) usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] ) - wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )" + wayland? ( + dev-libs/wayland[${MULTILIB_USEDEP}] + x11-libs/libxkbcommon[${MULTILIB_USEDEP}] + )" RDEPEND=" ${WINE_COMMON_DEPEND} app-emulation/wine-desktop-common |