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