diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-13 07:14:40 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-13 08:10:22 -0500 |
commit | a356059a59ad128ce51e44d42632749eb4017151 (patch) | |
tree | 9c08361d510a8ec9bf78bcb4c86ca0841697a64f /app-emulation/wine-proton/wine-proton-8.0.4.ebuild | |
parent | app-emulation/wine-staging: adjust style (diff) | |
download | gentoo-a356059a59ad128ce51e44d42632749eb4017151.tar.gz gentoo-a356059a59ad128ce51e44d42632749eb4017151.tar.bz2 gentoo-a356059a59ad128ce51e44d42632749eb4017151.zip |
app-emulation/wine-proton: adjust style
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-proton/wine-proton-8.0.4.ebuild')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-8.0.4.ebuild | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild index be98e0d28d22..8ab559caf709 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild @@ -31,7 +31,8 @@ IUSE=" +abi_x86_32 +abi_x86_64 +alsa crossdev-mingw custom-cflags +fontconfig +gecko +gstreamer llvm-libunwind +mono nls osmesa perl pulseaudio +sdl selinux +ssl +strip udev udisks +unwind - usb v4l +xcomposite xinerama" + usb v4l +xcomposite xinerama +" # tests are non-trivial to run, can hang easily, don't play well with # sandbox, and several need real opengl/vulkan or network access @@ -59,7 +60,8 @@ WINE_DLOPEN_DEPEND=" udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] ) - xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )" + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) +" # gcc: for -latomic with clang WINE_COMMON_DEPEND=" ${WINE_DLOPEN_DEPEND} @@ -78,7 +80,8 @@ WINE_COMMON_DEPEND=" llvm-libunwind? ( sys-libs/llvm-libunwind[${MULTILIB_USEDEP}] ) !llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] ) ) - usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] )" + usb? ( dev-libs/libusb:1[${MULTILIB_USEDEP}] ) +" RDEPEND=" ${WINE_COMMON_DEPEND} app-emulation/wine-desktop-common @@ -90,11 +93,13 @@ RDEPEND=" dev-perl/XML-LibXML ) selinux? ( sec-policy/selinux-wine ) - udisks? ( sys-fs/udisks:2 )" + udisks? ( sys-fs/udisks:2 ) +" DEPEND=" ${WINE_COMMON_DEPEND} sys-kernel/linux-headers - x11-base/xorg-proto" + x11-base/xorg-proto +" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl @@ -103,7 +108,8 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig nls? ( sys-devel/gettext ) - !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )" + !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] ) +" IDEPEND=">=app-eselect/eselect-wine-2" QA_CONFIG_IMPL_DECL_SKIP=( |