Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
Date: Tue, 15 Jun 2021 06:02:19
Message-Id: 1623736926.40216dd1dc2eb11e166cad01f544c601ef166234.juippis@gentoo
1 commit: 40216dd1dc2eb11e166cad01f544c601ef166234
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 15 06:01:13 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 15 06:02:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40216dd1
7
8 x11-themes/numix-gtk-theme: restrict MAKEOPTS in src_compile too
9
10 Closes: https://bugs.gentoo.org/795996
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 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
17 index d110d079f28..2b51b700262 100644
18 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
19 +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
20 @@ -21,6 +21,10 @@ BDEPEND="dev-lang/sassc"
21
22 PATCHES=( "${FILESDIR}/${P}-replace-ruby-sassc-with-dev-lang-sassc.patch" )
23
24 +src_compile() {
25 + emake -j1
26 +}
27 +
28 src_install() {
29 emake -j1 DESTDIR="${D}" install
30 einstalldocs