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: Mon, 14 Jun 2021 16:12:23
Message-Id: 1623687133.a9d82d6a9d41346235b8b4ff542c222745343367.juippis@gentoo
1 commit: a9d82d6a9d41346235b8b4ff542c222745343367
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 16:11:09 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 16:12:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d82d6a
7
8 x11-themes/numix-gtk-theme: fix src_install with high MAKEOPTS
9
10 Closes: https://bugs.gentoo.org/792051
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 | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
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 ea139f4dc11..d110d079f28 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 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -20,3 +20,8 @@ DEPEND="${RDEPEND}
27 BDEPEND="dev-lang/sassc"
28
29 PATCHES=( "${FILESDIR}/${P}-replace-ruby-sassc-with-dev-lang-sassc.patch" )
30 +
31 +src_install() {
32 + emake -j1 DESTDIR="${D}" install
33 + einstalldocs
34 +}