summaryrefslogtreecommitdiff
path: root/app-emacs/howm/howm-1.4.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-23 02:57:53 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-23 02:57:53 +0100
commit24c53d42e0294f4f6e36fbb051891af86c9ae503 (patch)
treeb0af743b9df96807807fc6a16e77af239820b0c3 /app-emacs/howm/howm-1.4.8.ebuild
parent351b26cfd42c558fa0f8eef51960c87bb0674026 (diff)
gentoo auto-resync : 23:05:2023 - 02:57:53
Diffstat (limited to 'app-emacs/howm/howm-1.4.8.ebuild')
-rw-r--r--app-emacs/howm/howm-1.4.8.ebuild9
1 files 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() {