diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-27 10:18:30 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-27 10:23:05 +0000 |
commit | 792c2f12077722783fa9b273d9e0f78619296a11 (patch) | |
tree | 89de32c740045c2b7dff96020346128effd0c5b1 /app-emacs | |
parent | app-emacs/with-editor: move texinfo to BDEPEND (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emacs/orderless/orderless-0.7.ebuild | 2 |
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." |