From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/
Date: Mon, 22 May 2023 20:43:41 +0000 (UTC) [thread overview]
Message-ID: <1684788204.63b1c2098262c98f7bb8d29c10157a4f04ebe82a.ulm@gentoo> (raw)
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() {
next reply other threads:[~2023-05-22 20:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-22 20:43 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-06 18:42 [gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/ Maciej Barć
2023-09-10 14:35 Sam James
2023-08-02 14:11 Maciej Barć
2022-03-18 18:09 Sam James
2022-02-15 14:53 Ulrich Müller
2019-11-18 11:56 Ulrich Müller
2019-11-18 11:09 Agostino Sarubbo
2019-10-17 13:19 Ulrich Müller
2016-12-29 8:55 Ulrich Müller
2016-12-29 7:46 Michael Palimaka
2016-09-26 12:36 Agostino Sarubbo
2016-06-15 17:32 Ulrich Müller
2016-06-15 17:32 Ulrich Müller
2016-06-15 17:32 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1684788204.63b1c2098262c98f7bb8d29c10157a4f04ebe82a.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox