summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-02-27 10:18:30 +0000
committerMatthew Smith <matthew@gentoo.org>2022-02-27 10:23:05 +0000
commit792c2f12077722783fa9b273d9e0f78619296a11 (patch)
tree89de32c740045c2b7dff96020346128effd0c5b1 /app-emacs/orderless
parentapp-emacs/with-editor: move texinfo to BDEPEND (diff)
downloadgentoo-792c2f12077722783fa9b273d9e0f78619296a11.tar.gz
gentoo-792c2f12077722783fa9b273d9e0f78619296a11.tar.bz2
gentoo-792c2f12077722783fa9b273d9e0f78619296a11.zip
app-emacs/orderless: add missing texinfo BDEPEND
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/orderless')
-rw-r--r--app-emacs/orderless/orderless-0.7.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/orderless/orderless-0.7.ebuild b/app-emacs/orderless/orderless-0.7.ebuild
index 04d74ce476bd..4e2b3347a81c 100644
--- a/app-emacs/orderless/orderless-0.7.ebuild
+++ b/app-emacs/orderless/orderless-0.7.ebuild
@@ -14,6 +14,8 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+BDEPEND="sys-apps/texinfo"
+
SITEFILE="50${PN}-gentoo.el"
DOC_CONTENTS="Enable orderless completion by placing
\"(setq completion-styles '(orderless))\" in your .emacs file."