commit: 1468c645c10f5b6ce146c2c216c0602ff1c7098b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Feb 8 09:53:31 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Feb 8 10:31:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1468c645
app-emacs/emacs-eat: limit makejobs Closes: https://bugs.gentoo.org/924045 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/emacs-eat/emacs-eat-0.9.4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-emacs/emacs-eat/emacs-eat-0.9.4.ebuild b/app-emacs/emacs-eat/emacs-eat-0.9.4.ebuild index 4f2a6cced758..37ee72fe161f 100644 --- a/app-emacs/emacs-eat/emacs-eat-0.9.4.ebuild +++ b/app-emacs/emacs-eat/emacs-eat-0.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,10 +38,9 @@ elisp-enable-tests ert . -l eat-tests.el src_compile() { rm -r terminfo || die - emake EMACS="${EMACS}" EMACSFLAGS="${EMACSFLAGS}" + emake EMACS="${EMACS}" EMACSFLAGS="${EMACSFLAGS}" -j1 elisp-compile term/eat.el - elisp-make-autoload-file }
