diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-06-15 09:01:13 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-15 09:02:06 +0300 |
commit | 40216dd1dc2eb11e166cad01f544c601ef166234 (patch) | |
tree | 141e3e041597d0c2af2993006ffa9b2bd9354a56 /x11-themes | |
parent | mail-mta/nullmailer: fix build with clang (c++11) (diff) | |
download | gentoo-40216dd1dc2eb11e166cad01f544c601ef166234.tar.gz gentoo-40216dd1dc2eb11e166cad01f544c601ef166234.tar.bz2 gentoo-40216dd1dc2eb11e166cad01f544c601ef166234.zip |
x11-themes/numix-gtk-theme: restrict MAKEOPTS in src_compile too
Closes: https://bugs.gentoo.org/795996
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild index d110d079f28f..2b51b7002624 100644 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild @@ -21,6 +21,10 @@ BDEPEND="dev-lang/sassc" PATCHES=( "${FILESDIR}/${P}-replace-ruby-sassc-with-dev-lang-sassc.patch" ) +src_compile() { + emake -j1 +} + src_install() { emake -j1 DESTDIR="${D}" install einstalldocs |