diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-27 10:18:02 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-27 10:23:01 +0000 |
commit | 5b4ccb975de7f1fdc3fbd8235c7b1ac06bae8591 (patch) | |
tree | 172a7755635ca6d2c1d2fc857217d07d3cad6f97 /app-emacs | |
parent | app-emacs/mailcrypt: add missing texinfo build dep, eapi 8 (diff) | |
download | gentoo-5b4ccb975de7f1fdc3fbd8235c7b1ac06bae8591.tar.gz gentoo-5b4ccb975de7f1fdc3fbd8235c7b1ac06bae8591.tar.bz2 gentoo-5b4ccb975de7f1fdc3fbd8235c7b1ac06bae8591.zip |
app-emacs/with-editor: move texinfo to BDEPEND
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/with-editor/with-editor-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/with-editor/with-editor-3.2.0.ebuild b/app-emacs/with-editor/with-editor-3.2.0.ebuild index da957b563d86..48f05f018e92 100644 --- a/app-emacs/with-editor/with-editor-3.2.0.ebuild +++ b/app-emacs/with-editor/with-editor-3.2.0.ebuild @@ -19,4 +19,4 @@ SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="../docs/*.texi" DOCS="../README.md ../docs/with-editor.org" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" |