commit:     4b0fe4256af6719adc8fcc4f2f626afda9b324e3
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 12:11:10 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 13:10:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0fe425

app-emulation/wine-staging: adjust style

Not touching 8.x given 9.0 is soon, and these will be dropped once
new 9.1 development cycle starts.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../wine-staging/wine-staging-9999.ebuild          | 24 ++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild 
b/app-emulation/wine-staging/wine-staging-9999.ebuild
index 841cad91bcda..408a9b701dc8 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -28,7 +28,8 @@ S="${WORKDIR}/${WINE_P}"
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging 
patchset"
 HOMEPAGE="
        https://wiki.winehq.org/Wine-Staging
-       https://gitlab.winehq.org/wine/wine-staging/";
+       https://gitlab.winehq.org/wine/wine-staging/
+"
 
 LICENSE="LGPL-2.1+ BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff"
 SLOT="${PV}"
@@ -38,13 +39,15 @@ IUSE="
        kerberos +mingw +mono netapi nls opencl +opengl osmesa pcap perl
        pulseaudio samba scanner +sdl selinux smartcard +ssl +strip
        +truetype udev udisks +unwind usb v4l +vulkan wayland wow64
-       +xcomposite xinerama"
+       +xcomposite xinerama
+"
 # bug #551124 for truetype
 # TODO: wow64 can be done without mingw if using clang (needs bug #912237)
 REQUIRED_USE="
        X? ( truetype )
        crossdev-mingw? ( mingw )
-       wow64? ( abi_x86_64 !abi_x86_32 mingw )"
+       wow64? ( abi_x86_64 !abi_x86_32 mingw )
+"
 
 # tests are non-trivial to run, can hang easily, don't play well with
 # sandbox, and several need real opengl/vulkan or network access
@@ -75,7 +78,8 @@ WINE_DLOPEN_DEPEND="
        truetype? ( media-libs/freetype[${MULTILIB_USEDEP}] )
        udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
        v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
-       vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )"
+       vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
+"
 WINE_COMMON_DEPEND="
        ${WINE_DLOPEN_DEPEND}
        X? (
@@ -104,7 +108,8 @@ WINE_COMMON_DEPEND="
        wayland? (
                dev-libs/wayland[${MULTILIB_USEDEP}]
                x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
-       )"
+       )
+"
 RDEPEND="
        ${WINE_COMMON_DEPEND}
        app-emulation/wine-desktop-common
@@ -126,11 +131,13 @@ RDEPEND="
        )
        samba? ( net-fs/samba[winbind] )
        selinux? ( sec-policy/selinux-wine )
-       udisks? ( sys-fs/udisks:2 )"
+       udisks? ( sys-fs/udisks:2 )
+"
 DEPEND="
        ${WINE_COMMON_DEPEND}
        sys-kernel/linux-headers
-       X? ( x11-base/xorg-proto )"
+       X? ( x11-base/xorg-proto )
+"
 # gitapply.sh prefers git but can fallback to patch+extras
 BDEPEND="
        ${PYTHON_DEPS}
@@ -154,7 +161,8 @@ BDEPEND="
                wow64? ( dev-util/mingw64-toolchain[abi_x86_32] )
        ) )
        nls? ( sys-devel/gettext )
-       wayland? ( dev-util/wayland-scanner )"
+       wayland? ( dev-util/wayland-scanner )
+"
 IDEPEND=">=app-eselect/eselect-wine-2"
 
 QA_CONFIG_IMPL_DECL_SKIP=(

Reply via email to