commit: 26e0f52d058fca06271ae69adc400a5517202ada Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Tue May 7 12:34:27 2024 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Tue May 7 12:37:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e0f52d
app-text/namazu: keepdir /var/lib/namazu/index Closes: https://bugs.gentoo.org/927151 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-text/namazu/namazu-2.0.21.ebuild | 2 ++ app-text/namazu/namazu-2.0.22_pre8.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild index 1bb859ef8de6..daba19585dff 100644 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ b/app-text/namazu/namazu-2.0.21.ebuild @@ -84,6 +84,8 @@ src_install() { default find "${ED}" -name '*.la' -delete || die + keepdir /var/lib/${PN}/index + if use emacs; then elisp-install ${PN} lisp/*.el* elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild index 55d8fa5444e9..972c12327567 100644 --- a/app-text/namazu/namazu-2.0.22_pre8.ebuild +++ b/app-text/namazu/namazu-2.0.22_pre8.ebuild @@ -83,6 +83,8 @@ src_install() { default find "${ED}" -name '*.la' -delete || die + keepdir /var/lib/${PN}/index + if use emacs; then elisp-install ${PN} lisp/*.el* elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el
