commit:     9eb5f1176b8f5476b8e2f699cf7f01f47512f29e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  8 08:45:12 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  8 09:54:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb5f117

games-emulation/dolphin: Wrap long lines in ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild | 7 +++++--
 games-emulation/dolphin/dolphin-9999.ebuild             | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild 
b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
index 3cf993b7b21..83548704203 100644
--- a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
+++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
@@ -11,7 +11,9 @@ then
        inherit git-r3
 else
        EGIT_COMMIT=eb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68
-       
SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+       SRC_URI="
+               
https://github.com/dolphin-emu/dolphin/archive/${EGIT_COMMIT}.tar.gz
+                       -> ${P}.tar.gz"
        S=${WORKDIR}/${PN}-${EGIT_COMMIT}
        KEYWORDS="~amd64 ~arm64"
 fi
@@ -21,7 +23,8 @@ HOMEPAGE="https://www.dolphin-emu.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto profile 
pulseaudio +qt5 systemd upnp vulkan"
+IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto
+       profile pulseaudio +qt5 systemd upnp vulkan"
 
 RDEPEND="
        dev-libs/hidapi:0=

diff --git a/games-emulation/dolphin/dolphin-9999.ebuild 
b/games-emulation/dolphin/dolphin-9999.ebuild
index 1fc6ba66f6b..c37e6af106c 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -12,7 +12,9 @@ then
        inherit git-r3
 else
        EGIT_COMMIT=eb5cd9be78c76b9ccbab9e5fbd1721ef6876cd68
-       
SRC_URI="https://github.com/dolphin-emu/dolphin/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+       SRC_URI="
+               
https://github.com/dolphin-emu/dolphin/archive/${EGIT_COMMIT}.tar.gz
+                       -> ${P}.tar.gz"
        S=${WORKDIR}/${PN}-${EGIT_COMMIT}
        KEYWORDS="~amd64 ~arm64"
 fi
@@ -22,7 +24,8 @@ HOMEPAGE="https://www.dolphin-emu.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto mgba profile 
pulseaudio +qt5 systemd upnp vulkan"
+IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto mgba
+       profile pulseaudio +qt5 systemd upnp vulkan"
 
 RDEPEND="
        dev-libs/hidapi:0=

Reply via email to