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/with-editor/
Date: Sun, 27 Feb 2022 10:23:37
Message-Id: 1645957381.5b4ccb975de7f1fdc3fbd8235c7b1ac06bae8591.matthew@gentoo
1 commit: 5b4ccb975de7f1fdc3fbd8235c7b1ac06bae8591
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:18:02 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:23:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4ccb97
7
8 app-emacs/with-editor: move texinfo to BDEPEND
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/with-editor/with-editor-3.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/with-editor/with-editor-3.2.0.ebuild b/app-emacs/with-editor/with-editor-3.2.0.ebuild
16 index da957b563d86..48f05f018e92 100644
17 --- a/app-emacs/with-editor/with-editor-3.2.0.ebuild
18 +++ b/app-emacs/with-editor/with-editor-3.2.0.ebuild
19 @@ -19,4 +19,4 @@ SITEFILE="50${PN}-gentoo.el"
20 ELISP_TEXINFO="../docs/*.texi"
21 DOCS="../README.md ../docs/with-editor.org"
22
23 -DEPEND="sys-apps/texinfo"
24 +BDEPEND="sys-apps/texinfo"