summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-05-24 01:17:01 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-05-24 01:17:01 +0200
commit2016bc12d94b99b4220740d1d3262d4f1eb43034 (patch)
treedfd31e9b46a1a04abef8f19e55e9e1773d0f2c45 /app-emacs
parentapp-backup/borgmatic: add 1.6.0 (diff)
downloadgentoo-2016bc12d94b99b4220740d1d3262d4f1eb43034.tar.gz
gentoo-2016bc12d94b99b4220740d1d3262d4f1eb43034.tar.bz2
gentoo-2016bc12d94b99b4220740d1d3262d4f1eb43034.zip
app-emacs/ivy: simplify DOCS var; do not remove .dir-locals.el
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/ivy/ivy-0.13.4.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emacs/ivy/ivy-0.13.4.ebuild b/app-emacs/ivy/ivy-0.13.4.ebuild
index 9736ba05dfd7..910a40158220 100644
--- a/app-emacs/ivy/ivy-0.13.4.ebuild
+++ b/app-emacs/ivy/ivy-0.13.4.ebuild
@@ -19,8 +19,7 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="sys-apps/texinfo"
-DOCS=( CONTRIBUTING.org README.md doc/{ivy-help.org,Changelog.org,ivy.org} )
-ELISP_REMOVE=".dir-locals.el"
+DOCS=( CONTRIBUTING.org README.md doc/{Changelog,ivy-help,ivy}.org )
SITEFILE="50${PN}-gentoo.el"
# Some tests are broken (but fixed on master as of 2022--04-10),
@@ -40,7 +39,6 @@ src_prepare() {
src_compile() {
elisp-compile ${IVY_SOURCES[@]}
-
emake -C doc ivy.info
}