diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-17 17:42:17 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-17 17:57:00 -0500 |
commit | f8a05e4e376b833b1ab46d929c5bc4c3722a6a32 (patch) | |
tree | ccc784cb036cc621b872838f2582dbaaf4f8cadc /app-emulation/wine-staging | |
parent | app-emulation/wine-vanilla: add 8.2 (diff) | |
download | gentoo-f8a05e4e376b833b1ab46d929c5bc4c3722a6a32.tar.gz gentoo-f8a05e4e376b833b1ab46d929c5bc4c3722a6a32.tar.bz2 gentoo-f8a05e4e376b833b1ab46d929c5bc4c3722a6a32.zip |
app-emulation/wine-staging: drop odbc IUSE in live
New patchset does it natively without unixODBC (always enabled).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index d6afdde72ae8..4669a0af9c66 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -32,7 +32,7 @@ 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 odbc opencl +opengl + +gstreamer kerberos +mingw +mono netapi nls opencl +opengl osmesa pcap perl pulseaudio samba scanner +sdl selinux +ssl +truetype udev udisks +unwind usb v4l +vulkan +xcomposite xinerama" REQUIRED_USE=" @@ -63,7 +63,6 @@ WINE_DLOPEN_DEPEND=" fontconfig? ( media-libs/fontconfig[${MULTILIB_USEDEP}] ) kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] ) netapi? ( net-fs/samba[${MULTILIB_USEDEP}] ) - odbc? ( dev-db/unixODBC[${MULTILIB_USEDEP}] ) sdl? ( media-libs/libsdl2[haptic,joystick,${MULTILIB_USEDEP}] ) ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] ) truetype? ( media-libs/freetype[${MULTILIB_USEDEP}] ) @@ -246,7 +245,6 @@ src_configure() { $(use_with vulkan) $(use_with xcomposite) $(use_with xinerama) - $(usev !odbc ac_cv_lib_soname_odbc=) ) tc-ld-force-bfd # builds with non-bfd but broken at runtime (bug #867097) |