Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
Date: Sun, 27 Feb 2022 10:23:37
Message-Id: 1645957385.792c2f12077722783fa9b273d9e0f78619296a11.matthew@gentoo
1 commit: 792c2f12077722783fa9b273d9e0f78619296a11
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:18:30 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:23:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792c2f12
7
8 app-emacs/orderless: add missing texinfo BDEPEND
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/orderless/orderless-0.7.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/app-emacs/orderless/orderless-0.7.ebuild b/app-emacs/orderless/orderless-0.7.ebuild
16 index 04d74ce476bd..4e2b3347a81c 100644
17 --- a/app-emacs/orderless/orderless-0.7.ebuild
18 +++ b/app-emacs/orderless/orderless-0.7.ebuild
19 @@ -14,6 +14,8 @@ LICENSE="GPL-3+"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 +BDEPEND="sys-apps/texinfo"
24 +
25 SITEFILE="50${PN}-gentoo.el"
26 DOC_CONTENTS="Enable orderless completion by placing
27 \"(setq completion-styles '(orderless))\" in your .emacs file."