From 47e4802757482d2c104f5156114c3299005da865 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sun, 10 Jul 2022 14:12:55 +0400 Subject: [PATCH] media-sound/nulloy: move general block outside of IF Signed-off-by: Vitaly Zdanevich --- media-sound/nulloy/nulloy-9999.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild index 7a30f1d2de..7408f00307 100644 --- a/media-sound/nulloy/nulloy-9999.ebuild +++ b/media-sound/nulloy/nulloy-9999.ebuild @@ -43,15 +43,15 @@ src_unpack() { } src_prepare() { + 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 + if use skins ; then - 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 - eapply $FILESDIR/add-dark-theme.patch cp -r $WORKDIR/night src/skins fi