mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
media-sound/nulloy: move general block outside of IF
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user