diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-23 04:58:45 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-23 04:58:45 -0500 |
commit | 608aa7d3db1eaf3c224caecabfbb2596fc205763 (patch) | |
tree | 76202db8e0c258340479ceb0acd2c98b7d1f1dcb | |
parent | app-emulation/wine-vanilla: add IUSE=smartcard in live (diff) | |
download | gentoo-608aa7d3db1eaf3c224caecabfbb2596fc205763.tar.gz gentoo-608aa7d3db1eaf3c224caecabfbb2596fc205763.tar.bz2 gentoo-608aa7d3db1eaf3c224caecabfbb2596fc205763.zip |
app-emulation/wine-staging: add IUSE=smartcard in live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 3c2601e3bcf8..b7b0d4577f20 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -32,8 +32,8 @@ SLOT="${PV}" IUSE=" +X +abi_x86_32 +abi_x86_64 +alsa capi crossdev-mingw cups dos llvm-libunwind debug custom-cflags +fontconfig +gecko gphoto2 - +gstreamer kerberos +mingw +mono netapi nls opencl +opengl - osmesa pcap perl pulseaudio samba scanner +sdl selinux +ssl + +gstreamer kerberos +mingw +mono netapi nls opencl +opengl osmesa + pcap perl pulseaudio samba scanner +sdl selinux smartcard +ssl +truetype udev udisks +unwind usb v4l +vulkan +xcomposite xinerama" REQUIRED_USE=" X? ( truetype ) @@ -87,6 +87,7 @@ WINE_COMMON_DEPEND=" pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] ) pulseaudio? ( media-libs/libpulse[${MULTILIB_USEDEP}] ) scanner? ( media-gfx/sane-backends[${MULTILIB_USEDEP}] ) + smartcard? ( sys-apps/pcsc-lite[${MULTILIB_USEDEP}] ) udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] ) unwind? ( llvm-libunwind? ( sys-libs/llvm-libunwind[${MULTILIB_USEDEP}] ) @@ -236,6 +237,7 @@ src_configure() { $(use_with pulseaudio pulse) $(use_with scanner sane) $(use_with sdl) + $(use_with smartcard pcsclite) $(use_with ssl gnutls) $(use_with truetype freetype) $(use_with udev) |