commit:     63b1c2098262c98f7bb8d29c10157a4f04ebe82a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 20:35:21 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 22 20:43:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b1c209

app-emacs/howm: Pass explicit parameters to econf and emake

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/howm/howm-1.4.8.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-emacs/howm/howm-1.4.8.ebuild b/app-emacs/howm/howm-1.4.8.ebuild
index 2379e2e7fe74..6288cb595975 100644
--- a/app-emacs/howm/howm-1.4.8.ebuild
+++ b/app-emacs/howm/howm-1.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,11 +16,14 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
-       default
+       econf \
+               --with-emacs \
+               --with-lispdir="${SITELISP}" \
+               EMACS="${EMACS} --no-site-file"
 }
 
 src_compile() {
-       emake -j1 </dev/null
+       emake -j1 EMACS="${EMACS} --no-site-file" </dev/null
 }
 
 src_install() {

Reply via email to