commit:     47e4802757482d2c104f5156114c3299005da865
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Jul 10 10:12:55 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 10:12:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47e48027

media-sound/nulloy: move general block outside of IF

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 media-sound/nulloy/nulloy-9999.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-sound/nulloy/nulloy-9999.ebuild 
b/media-sound/nulloy/nulloy-9999.ebuild
index 7a30f1d2d..7408f0030 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -43,15 +43,15 @@ src_unpack() {
 }
 
 src_prepare() {
-       if use skins ; then
-               default
+       default
 
-               # Because stripping should not be done by the build tools,
-               # because Portage does it when the install phase is run to be 
able
-               # to support the `splitdebug` and `installsources` FEATURES.
-               # See related issue https://bugs.gentoo.org/856292
-               eapply $FILESDIR/add-nostrip.patch
+       # Because stripping should not be done by the build tools,
+       # because Portage does it when the install phase is run to be able
+       # to support the `splitdebug` and `installsources` FEATURES.
+       # See related issue https://bugs.gentoo.org/856292
+       eapply $FILESDIR/add-nostrip.patch
 
+       if use skins ; then
                eapply $FILESDIR/add-dark-theme.patch
                cp -r $WORKDIR/night src/skins
        fi

Reply via email to