diff options
author | 2023-12-11 08:48:47 +0000 | |
---|---|---|
committer | 2023-12-11 08:48:47 +0000 | |
commit | 4ca33e230586f37d786a19aff56aad642a28b031 (patch) | |
tree | 81d9a3ce868d79dca104c579cebfc3531669d026 | |
parent | 2023-12-11 08:33:55 UTC (diff) | |
parent | app-emacs/flim: Unset PACKAGE_LISPDIR also for tests (diff) | |
download | gentoo-4ca33e230586f37d786a19aff56aad642a28b031.tar.gz gentoo-4ca33e230586f37d786a19aff56aad642a28b031.tar.bz2 gentoo-4ca33e230586f37d786a19aff56aad642a28b031.zip |
Merge updates from master
-rw-r--r-- | app-emacs/flim/flim-1.14.9_p20230809.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/flim/flim-1.14.9_p20230809.ebuild b/app-emacs/flim/flim-1.14.9_p20230809.ebuild index 3f962d3fa841..d93af6855294 100644 --- a/app-emacs/flim/flim-1.14.9_p20230809.ebuild +++ b/app-emacs/flim/flim-1.14.9_p20230809.ebuild @@ -24,6 +24,10 @@ src_compile() { emake PACKAGE_LISPDIR="NONE" } +src_test() { + emake check PACKAGE_LISPDIR="NONE" +} + src_install() { emake PREFIX="${ED}/usr" \ LISPDIR="${ED}/${SITELISP}" \ |